test: reduce duration in misc benchmark

PR-URL: https://github.com/nodejs/node/pull/20125
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
Anatoli Papirovski 2018-04-18 12:49:29 +02:00
parent e7913e450c
commit 6af4f5ebb0
No known key found for this signature in database
GPG Key ID: 614E2E1ABEB4B2C0

View File

@ -6,6 +6,7 @@ const runBenchmark = require('../common/benchmark');
runBenchmark('misc', [
'concat=0',
'dur=0.1',
'method=',
'n=1',
'type=extend',