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 3d6c3a6 commit b003846Copy full SHA for b003846
.github/workflows/pr-benchmarks.yml
@@ -35,11 +35,13 @@ jobs:
35
run: |
36
cargo bench --bench archive --features blocking -- --output-format criterion | \
37
bencher run \
38
+ --branch $GITHUB_HEAD_REF \
39
--ci-number "${{ github.event.number }}" \
40
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
41
--err
42
cargo bench --bench embedded --features blocking -- --output-format criterion | \
43
44
45
46
47
0 commit comments