We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb8689 commit 481cb86Copy full SHA for 481cb86
.github/workflows/bench-reports.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: setup cargo criterion
31
run: cargo install cargo-criterion
32
- name: run benching script
33
- run: ./build.py --ci-bench --no-check
+ run: ./build.py --ci-bench --no-check-prereqs
34
- name: preserve bench artifacts
35
uses: actions/upload-artifact@v4
36
with:
0 commit comments