Skip to content

Commit

Permalink
test: add arg to narrow http benchmark test
Browse files Browse the repository at this point in the history
PR-URL: nodejs#26101
Reviewed-By: Weijia Wang <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
refack committed Feb 15, 2019
1 parent 82ee0ff commit fe58bef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/benchmark/test-benchmark-http.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ runBenchmark('http',
'n=1',
'res=normal',
'type=asc',
'value=X-Powered-By'
'value=X-Powered-By',
'headerDuplicates=1',
],
{
NODEJS_BENCHMARK_ZERO_ALLOWED: 1,
Expand Down

0 comments on commit fe58bef

Please sign in to comment.