File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 55 name : run benchmark
66 runs-on : ubuntu-latest
77 permissions :
8- contents : write
9- pull-requests : write
10- repository-projects : write
8+ contents : write
9+ pull-requests : write
10+ repository-projects : write
1111 steps :
1212 - uses : actions/checkout@v3
13+
14+ - name : Check Rust Version
15+ run : rustc --version
16+
1317 - uses : boa-dev/criterion-compare-action@v3 # https://github.com/marketplace/actions/criterion-compare-prs
1418 env :
15- RUSTFLAGS : " -C target-cpu=native"
19+ RUSTFLAGS : " -C target-cpu=native"
1620 with :
1721 # Optional. Compare only this benchmark target
1822 benchName : " to_tape"
1923 features : " bench-all"
2024 # Needed. The name of the branch to compare with. This default uses the branch which is being pulled against
21- branchName : ${{ github.base_ref }}
25+ branchName : ${{ github.base_ref }}
You can’t perform that action at this time.
0 commit comments