test: add arg to narrow http benchmark test
PR-URL: https://github.com/nodejs/node/pull/26101 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
82ee0ff1b8
commit
fe58bef7e2
@ -29,7 +29,8 @@ runBenchmark('http',
|
|||||||
'n=1',
|
'n=1',
|
||||||
'res=normal',
|
'res=normal',
|
||||||
'type=asc',
|
'type=asc',
|
||||||
'value=X-Powered-By'
|
'value=X-Powered-By',
|
||||||
|
'headerDuplicates=1',
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
NODEJS_BENCHMARK_ZERO_ALLOWED: 1,
|
NODEJS_BENCHMARK_ZERO_ALLOWED: 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user