Skip to content

Commit 89b8a9a

Browse files
TO DROP: runner alpha w/ samply
1 parent 4601945 commit 89b8a9a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,11 @@ jobs:
8282
- name: Run benchmarks
8383
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v2`
8484
uses: CodSpeedHQ/action@main
85+
env:
86+
CODSPEED_WALLTIME_PROFILER: samply
8587
with:
8688
mode: walltime
89+
runner-version: v4.17.7-alpha.2
8790
run: |
8891
pnpm turbo run bench --filter=@codspeed/tinybench-plugin
8992
pnpm turbo run bench --filter=@codspeed/vitest-plugin
@@ -173,3 +176,4 @@ jobs:
173176
working-directory: examples/with-electron-and-walltime
174177
run: xvfb-run -a pnpm bench:electron
175178
mode: walltime
179+
runner-version: v4.17.7-alpha.2

0 commit comments

Comments
 (0)