Skip to content

Commit

Permalink
add in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Jul 18, 2024
1 parent c288feb commit 8e83806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Running Katana benchmarks
run: cargo bench --bench codec --bench execution -- --output-format bencher |sed 1d | tee output.txt
- name: Running Katana benchmarks
run: cargo bench --bench codec --bench execution --bench concurrent -- --output-format bencher |sed 1d | tee output.txt
- uses: benchmark-action/github-action-benchmark@v1
with:
tool: "cargo"
Expand Down

0 comments on commit 8e83806

Please sign in to comment.