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 1f3875d commit 36e97d9Copy full SHA for 36e97d9
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
cargo codspeed build --profile bench -m instrumentation
45
46
- name: Run benchmarks - Instrumentation
47
- uses: CodSpeedHQ/action@4348f634fa7309fe23aac9502e88b999ec90a164 # v4
+ uses: CodSpeedHQ/action@bb005fe1c1eea036d3894f02c049cb6b154a1c27 # v4
48
with:
49
run: cargo codspeed run
50
token: ${{ secrets.CODSPEED_TOKEN }}
@@ -68,7 +68,7 @@ jobs:
68
cargo codspeed build --profile bench -m walltime
69
70
- name: Run benchmarks - Wall time
71
72
73
74
0 commit comments