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

Name Size
dgram.js 1.24 KB
net-c2s.js 2.09 KB
net-pipe.js 2.21 KB
net-s2c.js 2.08 KB
tcp-raw-c2s.js 2.87 KB
tcp-raw-pipe.js 3.14 KB
tcp-raw-s2c.js 3.06 KB

Latest revisions

# Date Author Comment
9836a4ee 01/28/2014 05:49 PM Fedor Indutny

stream_wrap: use `uv_try_write` where possible

Use `uv_try_write` for string and buffer writes, thus avoiding to do
allocations and copying in some of the cases.

d75f67f9 07/20/2013 06:13 AM Ben Noordhuis

bench: fix up benchmarks after internal api change

22668db7 07/08/2013 07:53 PM Trevor Norris

benchmark: update callbacks only receive data

Since the SlabAllocator was removed the buffer length/offset is no
longer sent to the onread callback. The benchmarks have been updated to
reflect that.

3dac4213 03/20/2013 12:16 PM Ben Noordhuis

bench: add dgram send/recv benchmark

4b80f217 02/19/2013 08:16 PM isaacs

bench: Simplify duration arguments to benchmarks

For throughput benchmarks, run with just 5s durations rather than 1s and 3s.

For startup benchmark, run with just a single 1s duration, since it's very
consistent anyway.

e82f9740 02/19/2013 05:14 PM isaacs

bench: net benchmarks using common script

baea73cc 02/19/2013 05:14 PM isaacs

bench: Move net-pipe into benchmark/net

View revisions

Also available in: Atom