Skip to content

Commit

Permalink
chore: make sure vitest bench does not hand in local
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Jan 18, 2024
1 parent 4662ad7 commit 169a5e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/with-typescript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"bench-benchmark-js": "node --loader esbuild-register/loader -r esbuild-register bench/benchmark.js/index.bench.ts",
"bench-tinybench": "node --loader esbuild-register/loader -r esbuild-register bench/tinybench/index.bench.ts",
"bench-vitest": "vitest bench"
"bench-vitest": "vitest bench --run"
},
"devDependencies": {
"@codspeed/benchmark.js-plugin": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-plugin/moon.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tasks:
bench:
command: vitest bench
command: vitest bench --run
inputs:
- "benches/**"
local: true
Expand Down

0 comments on commit 169a5e1

Please sign in to comment.