Skip to content

Commit 0fc7edd

Browse files
committed
chore: remove benchmark.js and update benchmark script to use tsx
- Deleted `benchmark.js` as it was no longer needed. - Updated the `benchmark` script in `package.json` to use `tsx benchmark-json.ts` for improved performance and compatibility with TypeScript.
1 parent 01d1db8 commit 0fc7edd

File tree

2 files changed

+1
-111
lines changed

2 files changed

+1
-111
lines changed

benchmark.js

Lines changed: 0 additions & 110 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
6-
"benchmark": "node benchmark.js",
6+
"benchmark": "tsx benchmark-json.ts",
77
"benchmark:json": "pnpm run build:scripts && node dist/benchmark-json.js",
88
"benchmark:json:ts": "tsx benchmark-json.ts",
99
"build:scripts": "tsc -p tsconfig.scripts.json",

0 commit comments

Comments
 (0)