0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/benchmark/http
Joyee Cheung 8450d11292
benchmark: support URL inputs in create-clientrequest
This patch adds the option in the create-clientrequest benchmark
to accept URL inputs (as strings or as URL objects) so we can
measure the impact of URL parsing in a more sophisticated use case.

PR-URL: https://github.com/nodejs/node/pull/24302
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-11-20 05:14:36 +08:00
..
_chunky_http_client.js
bench-parser.js benchmark: add common.binding() 2018-10-14 13:23:16 -04:00
check_invalid_header_char.js
check_is_http_token.js
chunked.js
client-request-body.js
cluster.js
create-clientrequest.js benchmark: support URL inputs in create-clientrequest 2018-11-20 05:14:36 +08:00
end-vs-write-end.js
headers.js http: refactor outgoing headers processing 2018-04-27 20:31:25 +02:00
http_server_for_chunky_client.js
set_header.js
set-header.js
simple.js
upgrade.js