node/benchmark/http
Rich Trott 1e35d5802a benchmark: fix http/headers.js with test-double
The http/headers.js benchmark fails if wrk or autocannon are not
installed. This is because the benchmark exceeds the default permissible
length for HTTP headers. Reduce the largest benchmarks to fit within the
8192 default as that is what we should be optimizing for.

Fixes: https://github.com/nodejs/node/issues/31022

PR-URL: https://github.com/nodejs/node/pull/36794
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
2021-01-06 21:18:47 -08:00
..
_chunky_http_client.js
bench-parser.js
check_invalid_header_char.js
check_is_http_token.js
chunked.js
client-request-body.js
cluster.js
create-clientrequest.js
end-vs-write-end.js
headers.js benchmark: fix http/headers.js with test-double 2021-01-06 21:18:47 -08:00
http_server_for_chunky_client.js
incoming_headers.js
set_header.js
set-header.js
simple.js
upgrade.js