Skip to content

Commit

Permalink
fast-test-disable-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Nov 7, 2023
1 parent d90e6ae commit 63f2cf7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
# toolchain: stable
# override: true
- uses: dtolnay/rust-toolchain@stable
- name: Rust | Cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: "rust-cache"
shared-key: "benchmark"
# - name: Rust | Cache
# uses: Swatinem/rust-cache@v2
# with:
# prefix-key: "rust-cache"
# shared-key: "benchmark"
- name: Cargo Bench
run: cargo bench --jobs 1 --bench bench -- --output-format bencher | tee output.txt
- name: Compare results & store cached results
Expand Down

0 comments on commit 63f2cf7

Please sign in to comment.