diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b5e25e542a..70722bf445 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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