Skip to content

Commit 36f5930

Browse files
committed
chore(ci): enable memory profiling
1 parent 8ce65af commit 36f5930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codspeed.yml

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

2424
name: "Run ${{ matrix.mode }} benchmarks (Shard #${{ matrix.shard }})"
25-
runs-on: ${{ matrix.mode == 'instrumentation' && 'ubuntu-24.04' || 'codspeed-macro' }}
25+
runs-on: ${{ matrix.mode == 'walltime' && 'codspeed-macro' || 'ubuntu-24.04' }}
2626
steps:
2727
- uses: actions/checkout@v5
2828
with:

0 commit comments

Comments
 (0)