Skip to content

Commit b003846

Browse files
committed
test: update benchmark pull request configuration
1 parent 3d6c3a6 commit b003846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ jobs:
3535
run: |
3636
cargo bench --bench archive --features blocking -- --output-format criterion | \
3737
bencher run \
38+
--branch $GITHUB_HEAD_REF \
3839
--ci-number "${{ github.event.number }}" \
3940
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
4041
--err
4142
cargo bench --bench embedded --features blocking -- --output-format criterion | \
4243
bencher run \
44+
--branch $GITHUB_HEAD_REF \
4345
--ci-number "${{ github.event.number }}" \
4446
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
4547
--err

0 commit comments

Comments
 (0)