fix benchmarks for wrk(1) 3.x
This commit is contained in:
parent
a1d7140b7b
commit
91cdfefc4f
1 changed files with 1 additions and 1 deletions
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue