0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/benchmark/http
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
..
_chunky_http_client.js benchmark: fix chunky client benchmark execution 2015-04-03 00:56:45 -04:00
chunked.js benchmark: update to use new wrk 2014-02-25 11:28:46 -08:00
client-request-body.js benchmark: remove extra spacing in http options 2015-01-30 16:09:10 -05:00
cluster.js benchmark: update to use new wrk 2014-02-25 11:28:46 -08:00
end-vs-write-end.js benchmark: remove extra spacing in http options 2015-01-30 16:09:10 -05:00
http_server_for_chunky_client.js benchmark: fix chunky client benchmark execution 2015-04-03 00:56:45 -04:00
simple.js benchmark: update to use new wrk 2014-02-25 11:28:46 -08:00