mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
1e35d5802a
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> |
||
---|---|---|
.. | ||
_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 | ||
http_server_for_chunky_client.js | ||
incoming_headers.js | ||
set_header.js | ||
set-header.js | ||
simple.js | ||
upgrade.js |