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 bdaa097 commit 307f4bfCopy full SHA for 307f4bf
.github/workflows/rust.yml
@@ -40,11 +40,13 @@ jobs:
40
- name: Build benchmark
41
uses: actions-rs/cargo@v1
42
with:
43
+ working-directory: rust
44
command: build
45
args: --release --all-features
46
- name: Run benchmark
47
48
49
50
command: bench
51
args: --bench bench -- --output-format bencher | tee out.txt
52
- name: Prepare benchmark results
0 commit comments