fix benchmarks for wrk(1) 3.x

This commit is contained in:
TJ Holowaychuk 2013-11-12 13:15:54 -07:00
parent a1d7140b7b
commit 91cdfefc4f

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' \