test: reduce benchmark test run time

The `millions` argument was missing.

PR-URL: https://github.com/nodejs/node/pull/18787
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
pull/18792/merge
juggernaut451 2018-02-15 01:45:31 +05:30 committed by Ruben Bridgewater
parent befe675af8
commit 85893afb05
No known key found for this signature in database
GPG Key ID: F07496B3EB3C1762
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ runBenchmark('buffers',
'encoding=utf8',
'endian=BE',
'len=2',
'millions=0.000001',
'method=',
'n=1',
'noAssert=true',