Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-15 21:05:22 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-10-15 21:11:50 +0400
commit3cf4827ae0c2a578d1831caffd8e9e15aee1907a (patch)
tree996bf6c766524ddf59dbd9e1a007a9512051d772 /Makefile
parentff456b38862de3fd0118c6ac6b3f46edb1fbb87f (diff)
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 bed8f36a540..48b38a97492 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