Skip to content

Commit

Permalink
benchmark: fix typo "categoty" -> "category"
Browse files Browse the repository at this point in the history
PR-URL: nodejs#10568
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Evan Lucas <[email protected]>
Reviewed-By: Jeremiah Senkpiel <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
vhf authored and italoacasas committed Jan 19, 2017
1 parent 91e96ab commit 712d305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const CLI = require('./_cli.js');

const cli = CLI(`usage: ./node run.js [options] [--] <category> ...
Run each benchmark in the <category> directory a single time, more than one
<categoty> directory can be specified.
<category> directory can be specified.
--filter pattern string to filter benchmark scripts
--set variable=value set benchmark variable (can be repeated)
Expand Down

0 comments on commit 712d305

Please sign in to comment.