Skip to content

Commit e10b8f7

Browse files
committed
chore: Fix benchmark scripts
1 parent 87dcd34 commit e10b8f7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.1.3",
55
"type": "module",
66
"license": "MIT",
7-
"packageManager": "[email protected].5",
7+
"packageManager": "[email protected].10",
88
"module": "dist/index.mjs",
99
"types": "dist/index.d.mts",
1010
"exports": {
@@ -63,7 +63,8 @@
6363
"scripts": {
6464
"dev": "bun test --watch",
6565
"build": "tsdown src/{index,types,client,testing,schema,adapters/zod-schema-adapter,transports/bun-transport,transports/fetch-transport,transports/deno-transport}.ts",
66-
"bench": "bun run src/__tests__/bench.ts",
66+
"bench": "bun run --sequential build 'bench:*'",
67+
"bench:overhead": "bun run benchmarks/overhead.ts",
6768
"example": "bun --watch run example.ts",
6869
"example:prod": "NODE_ENV=production bun run example",
6970
"docs:dev": "zola -r docs serve",

0 commit comments

Comments
 (0)