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 bf1bc82 commit 1d44ce6Copy full SHA for 1d44ce6
.github/workflows/bench.yml
@@ -13,7 +13,7 @@ env:
13
name: bench
14
jobs:
15
codspeed:
16
- runs-on: codspeed-macro
+ runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v5
19
- uses: rui314/setup-mold@v1
@@ -28,7 +28,7 @@ jobs:
28
- name: Build the benchmark target(s)
29
run: cargo codspeed build -p scroll-derivation-pipeline --profile profiling
30
- name: Run the benchmarks
31
- uses: CodSpeedHQ/action@v3
+ uses: CodSpeedHQ/action@v4
32
with:
33
- mode: walltime
+ mode: instrumentation
34
run: cargo codspeed run --workspace
0 commit comments