test: fix missing param in benchmark-timers
PR-URL: https://github.com/nodejs/node/pull/18734 Fixes: https://github.com/nodejs/node/issues/18730 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
This commit is contained in:
parent
18e7284740
commit
a27e443df3
@ -7,6 +7,7 @@ const runBenchmark = require('../common/benchmark');
|
|||||||
runBenchmark('timers',
|
runBenchmark('timers',
|
||||||
[
|
[
|
||||||
'type=depth',
|
'type=depth',
|
||||||
|
'n=1',
|
||||||
'millions=0.000001',
|
'millions=0.000001',
|
||||||
'thousands=0.001'
|
'thousands=0.001'
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user