Skip to content

Commit 00d0595

Browse files
authored
fix: missing bench (#130)
1 parent 0a5f8a6 commit 00d0595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
24-
24+
2525
- uses: Swatinem/rust-cache@v2
2626
with:
2727
key: bench
2828

2929
- name: Running benchmarks
30-
run: cargo bench --bench codec --bench execution --bench concurrent --bench startup -- --output-format bencher | sed 1d | tee output.txt
30+
run: cargo bench --bench codec --bench execution --bench commit --bench startup -- --output-format bencher | sed 1d | tee output.txt
3131

3232
- uses: benchmark-action/github-action-benchmark@v1
3333
with:

0 commit comments

Comments
 (0)