We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0016a commit e855650Copy full SHA for e855650
package.json
@@ -5,6 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "mocha",
8
+ "benchmark": "node ./benchmark",
9
"posttest": "jshint . && npm run coverage && npm run coverage:check",
10
"coverage": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
11
"coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 100 --statement 100"
@@ -28,10 +29,12 @@
28
29
"node": ">=0.10.0"
30
},
31
"devDependencies": {
32
+ "benchmark": "^2.1.0",
33
"codeclimate-test-reporter": "^0.1.1",
34
"intercept-stdout": "^0.1.2",
35
"istanbul": "^0.4.0",
36
"jshint": "^2.8.0",
37
+ "microtime": "^2.1.1",
38
"mocha": "^2.3.2"
39
40
"optionalDependency": {
0 commit comments