Skip to content

Commit a9f2ef6

Browse files
committed
fix(ci): run codspeed benchmarks on walltime macro runners
1 parent 3c19d0e commit a9f2ef6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/client-nav-benchmarks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020
client-nav-benchmarks:
2121
name: Run Client Nav and SSR Benchmarks
22-
runs-on: ubuntu-latest
22+
runs-on: codspeed-macro
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v6.0.1
@@ -31,40 +31,40 @@ jobs:
3131
continue-on-error: true
3232
uses: CodSpeedHQ/action@v4
3333
with:
34-
mode: simulation
34+
mode: walltime
3535
run: WITH_INSTRUMENTATION=1 pnpm nx run @benchmarks/client-nav:test:perf:react
3636

3737
- name: Run CodSpeed benchmark for Solid
3838
continue-on-error: true
3939
uses: CodSpeedHQ/action@v4
4040
with:
41-
mode: simulation
41+
mode: walltime
4242
run: WITH_INSTRUMENTATION=1 pnpm nx run @benchmarks/client-nav:test:perf:solid
4343

4444
- name: Run CodSpeed benchmark for Vue
4545
continue-on-error: true
4646
uses: CodSpeedHQ/action@v4
4747
with:
48-
mode: simulation
48+
mode: walltime
4949
run: WITH_INSTRUMENTATION=1 pnpm nx run @benchmarks/client-nav:test:perf:vue
5050

5151
- name: Run CodSpeed SSR benchmark for React
5252
continue-on-error: true
5353
uses: CodSpeedHQ/action@v4
5454
with:
55-
mode: simulation
55+
mode: walltime
5656
run: WITH_INSTRUMENTATION=1 pnpm nx run @benchmarks/ssr:test:perf:react
5757

5858
- name: Run CodSpeed SSR benchmark for Solid
5959
continue-on-error: true
6060
uses: CodSpeedHQ/action@v4
6161
with:
62-
mode: simulation
62+
mode: walltime
6363
run: WITH_INSTRUMENTATION=1 pnpm nx run @benchmarks/ssr:test:perf:solid
6464

6565
- name: Run CodSpeed SSR benchmark for Vue
6666
continue-on-error: true
6767
uses: CodSpeedHQ/action@v4
6868
with:
69-
mode: simulation
69+
mode: walltime
7070
run: WITH_INSTRUMENTATION=1 pnpm nx run @benchmarks/ssr:test:perf:vue

0 commit comments

Comments
 (0)