0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/benchmark/net
Brian White a081c7c522 benchmark: fix chunky client benchmark execution
This commit fixes a few things for this benchmark:

1. Ensures the temporary directory for the unix socket exists.
2. Prevents the client code from being run directly because the
server script is the one that calls out the client code.
3. Ensures the server is closed once the client benchmarks have
finished.
4. Since this is an http benchmark, it should be moved to the http
benchmarks subdirectory.

PR-URL: https://github.com/iojs/io.js/pull/1257
Reviewed-By: Roman Reiss <me@silverwind.io>
2015-04-03 00:56:45 -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 benchmark: fix tcp bench after internal api change 2015-01-18 18:09:10 +01:00
tcp-raw-pipe.js benchmark: fix tcp bench after internal api change 2015-01-18 18:09:10 +01:00
tcp-raw-s2c.js benchmark: fix tcp bench after internal api change 2015-01-18 18:09:10 +01:00