Skip to content

Commit 6c04163

Browse files
apapirovskiMylesBorins
authored andcommitted
test: fix missing param in benchmark-timers
PR-URL: #18734 Fixes: #18730 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
1 parent 3362ae7 commit 6c04163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-benchmark-timers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const runBenchmark = require('../common/benchmark');
77
runBenchmark('timers',
88
[
99
'type=depth',
10+
'n=1',
1011
'millions=0.000001',
1112
'thousands=0.001'
1213
],

0 commit comments

Comments
 (0)