Skip to content

Commit 597bb2d

Browse files
committed
chore(ci): enable memory profiling
1 parent 0d07184 commit 597bb2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
shard: [1, 2, 3, 4]
22-
mode: ["instrumentation", "walltime"]
22+
mode: ["instrumentation", "walltime", "memory"]
2323

2424
name: "Run ${{ matrix.mode }} benchmarks (Shard #${{ matrix.shard }})"
2525
runs-on: ${{ matrix.mode == 'instrumentation' && 'ubuntu-24.04' || 'codspeed-macro' }}

0 commit comments

Comments
 (0)