change benchmark port
This commit is contained in:
parent
0c19a060c4
commit
7db6987ccc
2 changed files with 2 additions and 2 deletions
|
@ -25,4 +25,4 @@ app.use(function(next){
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
http.createServer(app.callback()).listen(3000);
|
app.listen(3333);
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue