We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60176d1 commit 88c83d9Copy full SHA for 88c83d9
1 file changed
.github/workflows/bench.yml
@@ -14,17 +14,16 @@ jobs:
14
with:
15
persist-credentials: false
16
17
- - uses: moonrepo/setup-rust@v1
+ - uses: actions-rust-lang/setup-rust-toolchain@2fcdc490d667999e01ddbbf0f2823181beef6b39
18
19
- channel: stable
20
- cache-target: release
21
- bins: cargo-codspeed
+ toolchain: stable
+ components: cargo-codspeed
22
23
- name: Build the benchmark target(s)
24
run: cargo codspeed build
25
26
- name: Run the benchmarks
27
- uses: CodSpeedHQ/action@v4
+ uses: CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1
28
29
mode: instrumentation
30
run: cargo codspeed run
0 commit comments