Skip to content

Commit

Permalink
don't check for deps in benching
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Aug 21, 2024
1 parent 9eb8689 commit 481cb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: setup cargo criterion
run: cargo install cargo-criterion
- name: run benching script
run: ./build.py --ci-bench --no-check
run: ./build.py --ci-bench --no-check-prereqs
- name: preserve bench artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 481cb86

Please sign in to comment.