We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5ab91 commit 81546ccCopy full SHA for 81546cc
1 file changed
.github/workflows/CI.yml
@@ -73,7 +73,7 @@ jobs:
73
with:
74
token: ${{ secrets.CODSPEED_TOKEN }}
75
# 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"
+ run: pytest -vvv --snapshot-update --durations=10 --codspeed-max-rounds=10 python/tests/test_array_api.py -k "test_jit or test_run_lda"
77
mode: ${{ matrix.runner == 'ubuntu-latest' && 'instrumentation' || 'walltime' }}
78
79
docs:
0 commit comments