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 c80f97d commit 57ab0e1Copy full SHA for 57ab0e1
1 file changed
.github/workflows/bencher.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
bencher run \
28
--project $(echo "${{ github.repository }}" | sed 's/\//-/g') \
29
- --branch "$GITHUB_HEAD_REF" \
+ --branch "$GITHUB_REF_NAME" \
30
--start-point "$GITHUB_BASE_REF" \
31
--start-point-reset \
32
--testbed ubuntu-latest \
@@ -35,6 +35,5 @@ jobs:
35
--threshold-max-sample-size 64 \
36
--threshold-upper-boundary 0.99 \
37
--threshold-reset \
38
- --github-actions "${{ secrets.GITHUB_TOKEN }}" \
+ --github-actions '${{ secrets.GITHUB_TOKEN }}' \
39
"cargo bench"
40
- #--adapter rust_criterion\
0 commit comments