Skip to content

Commit

Permalink
Do a quick benchmark run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Oct 16, 2024
1 parent 6062e7d commit caeaaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asv_benchmarks_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git fetch upstream main
# Run benchmarks, allow errors, they will be caught in the next step
asv continuous upstream/main HEAD \
asv continuous --quick upstream/main HEAD \
--no-stats --interleave-rounds -a repeat=3 || true
- name: BENCHMARK RESULTS
Expand Down

0 comments on commit caeaaf4

Please sign in to comment.