Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alankritdabral authored Apr 8, 2024
1 parent e72a871 commit 7376080
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Run Criterion Benchmarks
run: |
cargo bench > benches/change.txt
- name: Restore file
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -153,4 +149,4 @@ jobs:
--ci-number '${{ github.event.pull_request.number }}' \
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
--err \
--file benches/change.txt
--file benches/change.txt

0 comments on commit 7376080

Please sign in to comment.