Skip to content

Commit 51cc0d8

Browse files
committed
chore: only run with simulation
1 parent 6bca850 commit 51cc0d8

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: ["simulation", "walltime", "memory"]
22+
mode: ["simulation"] # , "walltime", "memory"
2323

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

0 commit comments

Comments
 (0)