Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- uses: Swatinem/rust-cache@v2
with:
key: bench

- name: Running benchmarks
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

- uses: benchmark-action/github-action-benchmark@v1
with:
Expand Down