Skip to content

Commit 1d44ce6

Browse files
committed
fix: revert codspeed
1 parent bf1bc82 commit 1d44ce6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bench.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
name: bench
1414
jobs:
1515
codspeed:
16-
runs-on: codspeed-macro
16+
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v5
1919
- uses: rui314/setup-mold@v1
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build the benchmark target(s)
2929
run: cargo codspeed build -p scroll-derivation-pipeline --profile profiling
3030
- name: Run the benchmarks
31-
uses: CodSpeedHQ/action@v3
31+
uses: CodSpeedHQ/action@v4
3232
with:
33-
mode: walltime
33+
mode: instrumentation
3434
run: cargo codspeed run --workspace

0 commit comments

Comments
 (0)