fix benchmarks for wrk(1) 3.x

master
TJ Holowaychuk 2013-11-12 13:15:54 -07:00
parent a1d7140b7b
commit 91cdfefc4f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pid=$!
sleep 2
wrk 'http://localhost:3333/?foo[bar]=baz' \
-r 2000 \
-d 3 \
-c 50 \
-t 4 \
| grep 'Requests/sec' \