add benchmark to package.json
run with `npm run bench`
This commit is contained in:
parent
2b859bb975
commit
0dde0473e0
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha"
|
"test": "mocha",
|
||||||
|
"bench": "matcha benchmark.js"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.js"
|
"index.js"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue