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 <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
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

+1
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)