The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / benchmark / http_simple_auto.js @ master

History | View | Annotate | Download (3.22 KB)

# Date Author Comment
ba407ce4 12/20/2012 05:44 AM Ben Noordhuis

bench: use res.end() for chunked encoding

Use res.end() for the final chunk so we can benchmark the 'hot path' shortcut
in lib/http.js that packs the headers and the body into a single packet.

4e84dfa6 04/27/2012 02:38 PM Ben Noordhuis

bench: run GC and dump stats if --expose-gc is set

544e5ee1 03/06/2012 12:11 PM Ben Noordhuis

bench: add http_simple_auto benchmark

Starts a server and benchmarks it with ab.