Skip to content

Commit 088a8d4

Browse files
committed
fix: switch to walltime mode
1 parent 060dc10 commit 088a8d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
name: bench
1414
jobs:
1515
codspeed:
16-
runs-on: ubuntu-latest
16+
runs-on: codspeed-macro
1717
steps:
1818
- uses: actions/checkout@v5
1919
- uses: rui314/setup-mold@v1
@@ -30,4 +30,5 @@ jobs:
3030
- name: Run the benchmarks
3131
uses: CodSpeedHQ/action@v3
3232
with:
33+
mode: walltime
3334
run: cargo codspeed run --workspace

0 commit comments

Comments
 (0)