feat: Add timeline benchmark

This commit is contained in:
Jesse Wierzbinski 2023-11-29 18:16:58 -10:00
parent 15ef1851fc
commit df5e8f744b
No known key found for this signature in database
4 changed files with 74 additions and 1 deletions

View file

@ -39,6 +39,7 @@
"lint": "eslint --config .eslintrc.cjs --ext .ts .",
"prisma": "bun run prisma.ts",
"generate": "bun prisma generate",
"benchmark:timeline": "bun run benchmarks/timelines.ts",
"cli": "bun run cli.ts"
},
"trustedDependencies": [