Skip to content

Commit ab94b9d

Browse files
authored
Merge branch 'master' into xunilrj/removing-todo-const-generics
2 parents a8333a8 + b7378b3 commit ab94b9d

File tree

14 files changed

+283
-298
lines changed

14 files changed

+283
-298
lines changed

.github/workflows/benchmark.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,19 @@ concurrency:
1919
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2020
cancel-in-progress: true
2121

22+
permissions:
23+
contents: read
24+
2225
jobs:
2326
benchmarks:
24-
runs-on: buildjet-4vcpu-ubuntu-2204
27+
runs-on: warp-ubuntu-latest-x64-4x
2528
steps:
2629
- uses: actions/checkout@v4
2730
- uses: dtolnay/rust-toolchain@stable
28-
- uses: buildjet/cache@v3
31+
- uses: Swatinem/rust-cache@v2
2932
with:
30-
path: |
31-
~/.cargo/bin/
32-
~/.cargo/registry/index/
33-
~/.cargo/registry/cache/
34-
~/.cargo/git/db/
35-
target/
36-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
33+
cache-provider: "warpbuild"
34+
3735
- uses: taiki-e/install-action@v2
3836
with:
3937
tool: cargo-codspeed

0 commit comments

Comments
 (0)