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 2fa4809 commit ffa69a6Copy full SHA for ffa69a6
.github/workflows/benchmark.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
23
24
- - uses: oxc-project/setup-rust@83350c0ef69ec34f00be596f1cb9302179b9f43d # v1.0.9
+ - uses: oxc-project/setup-rust@eb5c2bf64ce11cc9557c576d6766c164d064fdb7 # v1.0.10
25
with:
26
save-cache: ${{ github.ref_name == 'main' }}
27
tools: cargo-codspeed
@@ -30,7 +30,7 @@ jobs:
30
run: cargo codspeed build --features codspeed
31
32
- name: Run benchmark
33
- uses: CodSpeedHQ/action@6a8e2b874c338bf81cc5e8be715ada75908d3871 # v4.3.4
+ uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1
34
35
run: cargo codspeed run
36
mode: instrumentation
0 commit comments