Skip to content

Commit 56b4ee0

Browse files
Add missing benchmark script (#17)
1 parent e7bed7e commit 56b4ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "JSON parse with prototype poisoning protection",
55
"main": "index.js",
66
"scripts": {
7+
"benchmark": "cd benchmarks && npm install && npm run all",
78
"test": "standard && tap test.js"
89
},
910
"repository": {

0 commit comments

Comments
 (0)