Skip to content

Commit 1654b12

Browse files
apapirovskirvagg
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 bbc7443 commit 1654b12

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)