We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848ce63 commit 845e540Copy full SHA for 845e540
.github/workflows/ci.yml
@@ -122,10 +122,6 @@ jobs:
122
BENCHER_ADAPTER: rust_criterion
123
run: |
124
cargo bench --bench archive --features blocking -- --output-format criterion | \
125
- bencher run \
126
- --ci-number '${{ env.PR_NUMBER }}' \
127
- --github-actions '${{ secrets.GITHUB_TOKEN }}'
+ bencher run
128
cargo bench --bench embedded --features blocking -- --output-format criterion | \
129
130
131
0 commit comments