Skip to content

Commit 81546cc

Browse files
Cap CodSpeed walltime benchmark rounds
1 parent ee5ab91 commit 81546cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
token: ${{ secrets.CODSPEED_TOKEN }}
7575
# allow updating snapshots due to indeterministic benchmarks
76-
run: pytest -vvv --snapshot-update --durations=10 python/tests/test_array_api.py -k "test_jit or test_run_lda"
76+
run: pytest -vvv --snapshot-update --durations=10 --codspeed-max-rounds=10 python/tests/test_array_api.py -k "test_jit or test_run_lda"
7777
mode: ${{ matrix.runner == 'ubuntu-latest' && 'instrumentation' || 'walltime' }}
7878

7979
docs:

0 commit comments

Comments
 (0)