change benchmark port

This commit is contained in:
TJ Holowaychuk 2013-08-28 16:26:58 -07:00
parent 0c19a060c4
commit 7db6987ccc
2 changed files with 2 additions and 2 deletions

View file

@ -25,4 +25,4 @@ app.use(function(next){
} }
}); });
http.createServer(app.callback()).listen(3000); app.listen(3333);

View file

@ -6,7 +6,7 @@ pid=$!
sleep 2 sleep 2
wrk 'http://localhost:3000/?foo[bar]=baz' \ wrk 'http://localhost:3333/?foo[bar]=baz' \
-r 2000 \ -r 2000 \
-c 50 \ -c 50 \
-t 4 \ -t 4 \