test: reduce test-benchmark-http iterations

Supply `type=asc` option in test-benchmark-http to reduce runs in all
benchmark files to one combination of options.

PR-URL: https://github.com/nodejs/node/pull/16137
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Rich Trott 2017-10-10 21:58:17 -07:00
parent ce848a4501
commit 7e4893df60

View File

@ -22,6 +22,7 @@ runBenchmark('http',
'len=1',
'method=write',
'n=1',
'res=normal'
'res=normal',
'type=asc'
],
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });