Skip to content

Commit

Permalink
chore: add benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor committed Dec 24, 2023
1 parent 2fb209e commit 509ae62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"scripts": {
"test": "vitest",
"test:coverage": "vitest --coverage",
"benchmark": "vitest bench",
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
"prepare": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
"prettier:write": "npx prettier --write .",
Expand Down

0 comments on commit 509ae62

Please sign in to comment.