Skip to content

Commit 1d9dabe

Browse files
committed
Add startup benchmark harness
1 parent 280d388 commit 1d9dabe

2 files changed

Lines changed: 574 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
"typecheck": "turbo run typecheck",
4545
"lint": "oxlint --report-unused-disable-directives",
4646
"test": "turbo run test",
47+
"bench:pending-actions": "node scripts/bench-pending-actions.ts",
48+
"bench:startup": "bun scripts/bench-startup.js",
4749
"test:desktop-smoke": "turbo run smoke-test --filter=@t3tools/desktop",
4850
"fmt": "oxfmt",
4951
"fmt:check": "oxfmt --check",

0 commit comments

Comments
 (0)