Skip to content

Commit

Permalink
test: fix missing param in benchmark-timers
Browse files Browse the repository at this point in the history
PR-URL: nodejs#18734
Fixes: nodejs#18730
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
  • Loading branch information
apapirovski authored and rvagg committed Aug 16, 2018
1 parent bbc7443 commit 1654b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-benchmark-timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const runBenchmark = require('../common/benchmark');
runBenchmark('timers',
[
'type=depth',
'n=1',
'millions=0.000001',
'thousands=0.001'
],
Expand Down

0 comments on commit 1654b12

Please sign in to comment.