Skip to content

Commit eeae911

Browse files
ci: explicitely call bench
For some reason, concurrency does not work, and it messes with perf's profiling
1 parent 3e0651a commit eeae911

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
mode: walltime
5858
# Only tinybench supports walltime for now
5959
run: |
60-
pnpm moon run --concurrency 1 :bench
60+
pnpm moon run tinybench-plugin:bench
61+
pnpm moon run vitest-plugin:bench
62+
pnpm moon run benchmark.js-plugin:bench
6163
pnpm --workspace-concurrency 1 -r bench-tinybench
6264
pnpm --workspace-concurrency 1 -r bench-vitest

0 commit comments

Comments
 (0)