node/benchmark/net
Fedor Indutny 9836a4eeda 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.
2014-01-29 02:49:03 +04:00
..
dgram.js bench: add dgram send/recv benchmark 2013-03-20 17:16:30 +01:00
net-c2s.js bench: Simplify duration arguments to benchmarks 2013-02-19 17:16:55 -08:00
net-pipe.js bench: Simplify duration arguments to benchmarks 2013-02-19 17:16:55 -08:00
net-s2c.js bench: Simplify duration arguments to benchmarks 2013-02-19 17:16:55 -08:00
tcp-raw-c2s.js bench: fix up benchmarks after internal api change 2013-07-20 12:13:54 +02:00
tcp-raw-pipe.js stream_wrap: use `uv_try_write` where possible 2014-01-29 02:49:03 +04:00
tcp-raw-s2c.js stream_wrap: use `uv_try_write` where possible 2014-01-29 02:49:03 +04:00