Skip to content

Commit

Permalink
fixup! chore: remove CodSpeed V8 flags, since they are now embedded i…
Browse files Browse the repository at this point in the history
…n the codspeed action
  • Loading branch information
adriencaccia committed Jun 21, 2023
1 parent a4e22ab commit 9b3bf03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/benchmark.js-plugin/moon.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tasks:
bench:
command: sh -c "node -r esbuild-register benches/sample.ts"
command: node -r esbuild-register benches/sample.ts
inputs:
- "benches/**"
local: true
Expand Down
2 changes: 1 addition & 1 deletion packages/tinybench-plugin/moon.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tasks:
bench:
command: sh -c "node -r esbuild-register benches/sample.ts"
command: node -r esbuild-register benches/sample.ts
inputs:
- "benches/**"
local: true
Expand Down

0 comments on commit 9b3bf03

Please sign in to comment.