diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-10-15 12:05:22 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-10-15 12:11:50 -0500 |
commit | 3cf4827ae0c2a578d1831caffd8e9e15aee1907a (patch) | |
tree | 996bf6c766524ddf59dbd9e1a007a9512051d772 /Makefile | |
parent | ff456b38862de3fd0118c6ac6b3f46edb1fbb87f (diff) | |
download | nodejs-3cf4827ae0c2a578d1831caffd8e9e15aee1907a.tar.gz nodejs-3cf4827ae0c2a578d1831caffd8e9e15aee1907a.tar.bz2 nodejs-3cf4827ae0c2a578d1831caffd8e9e15aee1907a.zip |
Add idle connection test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -85,4 +85,10 @@ dist: doc/node.1 doc/api.html bench: benchmark/http_simple_bench.sh +bench-idle: + ./node benchmark/idle_server.js & + sleep 1 + ./node benchmark/idle_clients.js & + + .PHONY: bench clean docclean dist distclean check uninstall install all test test-all website-upload |