Skip to content

Commit

Permalink
added benchmark storage
Browse files Browse the repository at this point in the history
  • Loading branch information
lexa-diky committed Jul 10, 2024
1 parent e0f80d6 commit 9774b63
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ jobs:
cache-all-crates: true
save-if: ${{ github.ref == 'refs/heads/master' }}
- name: Run benchmarks
run: cargo bench --verbose
run: cargo bench --verbose | tee output.txt
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'cargo'
output-file-path: output.txt

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9774b63

Please sign in to comment.