Skip to content

Commit dfadbfd

Browse files
committed
feat: run memory profiling in CI
1 parent 68e21b6 commit dfadbfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
include:
5757
- codspeed-mode: "instrumentation"
5858
runner: "ubuntu-latest"
59+
- codspeed-mode: "memory"
60+
runner: "ubuntu-latest"
5961
- codspeed-mode: "walltime"
6062
runner: "codspeed-macro"
6163
- codspeed-mode: "off"
@@ -96,6 +98,8 @@ jobs:
9698
include:
9799
- codspeed-mode: "instrumentation"
98100
runner: "ubuntu-latest"
101+
- codspeed-mode: "memory"
102+
runner: "ubuntu-latest"
99103
- codspeed-mode: "walltime"
100104
runner: "codspeed-macro"
101105
- codspeed-mode: "off"

0 commit comments

Comments
 (0)