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: #18734
Fixes: #18730
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
  • Loading branch information
apapirovski authored and MylesBorins committed Feb 21, 2018
1 parent 3362ae7 commit 6c04163
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 6c04163

Please sign in to comment.