Skip to content

Commit a4f1286

Browse files
--wip-- [skip ci]
1 parent 730bf4b commit a4f1286

File tree

3 files changed

+208
-954
lines changed

3 files changed

+208
-954
lines changed

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: node --loader esbuild-register/loader -r esbuild-register benches/sample.ts
3+
command: tsx benches/sample.ts
44
inputs:
55
- "benches/**"
66
local: true

packages/tinybench-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@types/stack-trace": "^0.0.30",
2929
"esbuild-register": "^3.4.2",
3030
"tinybench": "^4.0.1",
31+
"tsx": "^4.20.5",
3132
"vitest": "^3.2.4"
3233
},
3334
"dependencies": {

0 commit comments

Comments
 (0)