Fix benchmarks

This commit is contained in:
2026-02-25 12:16:44 +11:00
parent fe68cf2459
commit 99b9ffacca
2 changed files with 18 additions and 2 deletions

View File

@@ -6,7 +6,9 @@
"scripts": {
"build": "tsc",
"format": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"benchmark:storage": "tsx benchmarks/storage.ts"
},
"keywords": [],
"author": "",