change benchmark port

master
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
wrk 'http://localhost:3000/?foo[bar]=baz' \
wrk 'http://localhost:3333/?foo[bar]=baz' \
-r 2000 \
-c 50 \
-t 4 \