From 268ce8cad49a69bc196ff5d6a1bbdd754c82e20c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 10 Oct 2017 21:58:17 -0700 Subject: [PATCH] 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 Reviewed-By: James M Snell --- test/sequential/test-benchmark-http.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/sequential/test-benchmark-http.js b/test/sequential/test-benchmark-http.js index 2989198b77c1d1..edb61a0601c70b 100644 --- a/test/sequential/test-benchmark-http.js +++ b/test/sequential/test-benchmark-http.js @@ -22,6 +22,7 @@ runBenchmark('http', 'len=1', 'method=write', 'n=1', - 'res=normal' + 'res=normal', + 'type=asc' ], { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });