Skip to content

Commit

Permalink
verbose benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Dec 11, 2015
1 parent 098e410 commit 9c8353d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"coveralls": "coveralls < coverage/lcov.info",
"test": "mocha",
"tdd": "npm test -- --watch",
"bench": "node -p \"i=1000000,s=+new Date;while(i--){require('.')('hello')};new Date-s+'ms'\""
"bench": "node -p \"i=j=1000000,s=+new Date;while(i--){require('.')('hello')};new Date-s+'ms for '+j+' iterations'\""
},
"keywords": [
"typographic",
Expand Down

0 comments on commit 9c8353d

Please sign in to comment.