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 @ master

Name Size
chunked.js 1 KB
client-request-body.js 1.48 KB
cluster.js 799 Bytes
end-vs-write-end.js 1.35 KB
simple.js 657 Bytes

Latest revisions

# Date Author Comment
bfc823de 02/25/2014 02:28 PM Timothy J Fontaine

benchmark: update to use new wrk

df353710 11/01/2013 10:44 AM Ben Noordhuis

benchmark: add http chunked encoding benchmarks

Test both "Content-Length: xxx" and "Transfer-Encoding: chunked" responses in
the http/simple benchmark.

ba048e72 05/27/2013 05:46 PM isaacs

Merge remote-tracking branch 'ry/v0.10'

Conflicts:
AUTHORS
ChangeLog
configure
deps/uv/ChangeLog
deps/uv/src/unix/darwin.c
deps/uv/src/unix/stream.c
deps/uv/src/version.c
deps/v8/src/isolate.cc
deps/v8/src/version.cc
lib/http.js
src/node_version.h

fda2b319 05/22/2013 08:13 PM Ben Noordhuis

http: save roundtrips, convert buffers to strings

This commit adds an optimization to the HTTP client that makes it
possible to:

  • Pack the headers and the first chunk of the request body into a
    single write().
  • Pack the chunk header and the chunk itself into a single write()....
f2d5cea7 04/27/2013 01:03 PM Fedor Indutny

benchmark: add chunked-encoding benchmark

d62cf59d 03/14/2013 11:04 AM isaacs

http: Don't hot-path end() for large buffers

The benefits of the hot-path optimization below start to fall off when
the buffer size gets up near 128KB, because the cost of the copy is more
than the cost of the extra write() call. Switch to the write/end method...

88befa60 02/25/2013 08:47 PM isaacs

bench: Make http easier to profile

Do not run the http/simple.js server in a child process.

Fix #4831

2ed56e52 02/19/2013 08:16 PM isaacs

bench: Consistency in benchmark filenames

ef08f0fb 02/19/2013 08:16 PM isaacs

bench: Use wrk for http benchmarking

Remove ab, since it's no longer used.

536ce446 02/19/2013 05:14 PM isaacs

bench: http benchmarks

Also: make http_simple less chatty

View revisions

Also available in: Atom