We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce65af commit 36f5930Copy full SHA for 36f5930
.github/workflows/codspeed.yml
@@ -19,10 +19,10 @@ jobs:
19
strategy:
20
matrix:
21
shard: [1, 2, 3, 4]
22
- mode: ["instrumentation", "walltime"]
+ mode: ["simulation", "walltime", "memory"]
23
24
name: "Run ${{ matrix.mode }} benchmarks (Shard #${{ matrix.shard }})"
25
- runs-on: ${{ matrix.mode == 'instrumentation' && 'ubuntu-24.04' || 'codspeed-macro' }}
+ runs-on: ${{ matrix.mode == 'walltime' && 'codspeed-macro' || 'ubuntu-24.04' }}
26
steps:
27
- uses: actions/checkout@v5
28
with:
0 commit comments