Skip to content

Commit

Permalink
removed benchmark result storage
Browse files Browse the repository at this point in the history
  • Loading branch information
lexa-diky committed Jul 10, 2024
1 parent 9774b63 commit f43c2d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ jobs:
cache-all-crates: true
save-if: ${{ github.ref == 'refs/heads/master' }}
- name: Run benchmarks
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
run: cargo bench --verbose

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f43c2d6

Please sign in to comment.