Skip to content

Commit

Permalink
ci: remove --strict from bench check
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Aug 28, 2023
1 parent ba19972 commit eee6ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ jobs:
- name: Set asv machine
run: asv machine --yes
- name: Check benchmarks
run: asv run -a repeat=1 -a rounds=1 --strict HEAD
run: asv run -a repeat=1 -a rounds=1 HEAD

0 comments on commit eee6ab9

Please sign in to comment.