Skip to content

Commit

Permalink
Revert "Experiment with benchmark-min-rounds=1"
Browse files Browse the repository at this point in the history
This reverts commit 8918250.
  • Loading branch information
edopao committed Feb 6, 2024
1 parent f6f7c7e commit 9e30f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ benchmark_model_icon_grid:
stage: benchmark
script:
- if [ "$BACKEND" = "dace_cpu" ] || [ "$BACKEND" = "dace_gpu" ]; then pip install dace==$DACE_VERSION; fi
- tox -r -e run_benchmarks -c model/ -- --backend=$BACKEND --grid=icon_grid --verbose --benchmark-min-rounds=1
- tox -r -e run_benchmarks -c model/ --verbose -- --backend=$BACKEND --grid=icon_grid
parallel:
matrix:
- BACKEND: [dace_cpu, gtfn_cpu, gtfn_gpu]

0 comments on commit 9e30f89

Please sign in to comment.