add benchmarks (#637)

This commit is contained in:
Chris Tate
2026-03-06 00:46:59 -06:00
committed by GitHub
parent 8f6ad817f1
commit 36c2e06f89
3 changed files with 729 additions and 0 deletions
+3
View File
@@ -33,6 +33,9 @@
"test": "vitest run",
"test:watch": "vitest",
"test:e2e:dogfood": "vitest run test/e2e/dogfood.eval.ts",
"bench": "pnpm build && tsx test/benchmarks/run.ts",
"bench:node": "pnpm build && tsx test/benchmarks/run.ts --node-only",
"bench:native": "pnpm build && tsx test/benchmarks/run.ts --native-only",
"postinstall": "node scripts/postinstall.js",
"changeset": "changeset",
"ci:version": "changeset version && pnpm run version:sync && pnpm install --no-frozen-lockfile",