Skip to content

Commit

Permalink
test: reduce test-benchmark-http iterations
Browse files Browse the repository at this point in the history
Supply `type=asc` option in test-benchmark-http to reduce runs in all
benchmark files to one combination of options.

PR-URL: nodejs#16137
Reviewed-By: Stephen Belanger <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
Trott committed Oct 12, 2017
1 parent ce848a4 commit 7e4893d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sequential/test-benchmark-http.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runBenchmark('http',
'len=1',
'method=write',
'n=1',
'res=normal'
'res=normal',
'type=asc'
],
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 comments on commit 7e4893d

Please sign in to comment.