Skip to content

Commit 2d93974

Browse files
committed
chore: remove CodSpeed V8 flags, since they are now embedded in the codspeed action
1 parent 9e93ba3 commit 2d93974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/benchmark.js-plugin/moon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tasks:
22
bench:
3-
command: sh -c "node $CODSPEED_V8_FLAGS -r esbuild-register benches/sample.ts"
3+
command: node -r esbuild-register benches/sample.ts
44
inputs:
55
- "benches/**"
66
local: true

packages/tinybench-plugin/moon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tasks:
22
bench:
3-
command: sh -c "node $CODSPEED_V8_FLAGS -r esbuild-register benches/sample.ts"
3+
command: node -r esbuild-register benches/sample.ts
44
inputs:
55
- "benches/**"
66
local: true

0 commit comments

Comments
 (0)