summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-15 12:05:22 -0500
committerRyan Dahl <ry@tinyclouds.org>2010-10-15 12:11:50 -0500
commit3cf4827ae0c2a578d1831caffd8e9e15aee1907a (patch)
tree996bf6c766524ddf59dbd9e1a007a9512051d772 /Makefile
parentff456b38862de3fd0118c6ac6b3f46edb1fbb87f (diff)
downloadnodejs-3cf4827ae0c2a578d1831caffd8e9e15aee1907a.tar.gz
nodejs-3cf4827ae0c2a578d1831caffd8e9e15aee1907a.tar.bz2
nodejs-3cf4827ae0c2a578d1831caffd8e9e15aee1907a.zip
Add idle connection test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bed8f36a5..48b38a974 100644
--- a/Makefile
+++ b/Makefile
@@ -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