We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5f8a6 commit 00d0595Copy full SHA for 00d0595
.github/workflows/bench.yml
@@ -21,13 +21,13 @@ jobs:
21
steps:
22
- uses: actions/checkout@v3
23
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
24
-
+
25
- uses: Swatinem/rust-cache@v2
26
with:
27
key: bench
28
29
- name: Running benchmarks
30
- run: cargo bench --bench codec --bench execution --bench concurrent --bench startup -- --output-format bencher | sed 1d | tee output.txt
+ run: cargo bench --bench codec --bench execution --bench commit --bench startup -- --output-format bencher | sed 1d | tee output.txt
31
32
- uses: benchmark-action/github-action-benchmark@v1
33
0 commit comments