Skip to content

Commit

Permalink
Reset cargo registry in between benchmarks (rust-lang/cargo#4007 (com…
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Jun 2, 2023
1 parent f27e096 commit 44e877a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:

- name: Extract baseline
run: cp -r target/criterion /tmp/criterion

- name: Reset cargo registry
run: rm -rf $CARGO_HOME/registry

- name: Checkout changes
uses: actions/checkout@v3
Expand Down

0 comments on commit 44e877a

Please sign in to comment.