Skip to content

Commit fc28669

Browse files
ci: add vitest-plugin to the walltime runs
1 parent 5cda681 commit fc28669

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ jobs:
6161
with:
6262
# Only tinybench supports walltime for now
6363
run: |
64-
pnpm moon run tinybench-plugin:bench
64+
pnpm moon run --concurrency 1 :bench
6565
pnpm --workspace-concurrency 1 -r bench-tinybench
66+
pnpm --workspace-concurrency 1 -r bench-vitest

0 commit comments

Comments
 (0)