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:
Anatoli Papirovski 2018-02-12 09:20:59 -05:00 committed by Ruben Bridgewater
parent 18e7284740
commit a27e443df3
No known key found for this signature in database
GPG Key ID: F07496B3EB3C1762

View File

@ -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'
], ],