Skip to content

Commit 5550f42

Browse files
committed
chore: use latest runner
1 parent 1d75a61 commit 5550f42

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,9 @@ jobs:
112112
uses: CodSpeedHQ/action@main
113113
with:
114114
working-directory: packages/vitest-plugin
115-
# Resolve vitest's entry directly so `node` is the only parent in the
116-
# process tree (no system bash/pnpm shim).
117-
run: |
118-
VITEST=$(node -e "const path=require('path');console.log(path.join(path.dirname(require.resolve('vitest/package.json')),'vitest.mjs'))")
119-
node "$VITEST" bench --run macos
115+
run: pnpm turbo run bench --filter=@codspeed/vitest-plugin
120116
mode: walltime
121-
runner-version: branch:cod-2762-samply-sigkills-dsymutil
117+
runner-version: branch:sip-resign-exec-redirect
122118

123119
electron-e2e:
124120
name: Run electron inbox e2e

0 commit comments

Comments
 (0)