use 8 threads for benchmarks
This commit is contained in:
parent
6ba0cb48e9
commit
7da0a609db
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ sleep 2
|
|||
wrk 'http://localhost:3333/?foo[bar]=baz' \
|
||||
-d 3 \
|
||||
-c 50 \
|
||||
-t 4 \
|
||||
-t 8 \
|
||||
| grep 'Requests/sec' \
|
||||
| awk '{ print " " $2 }'
|
||||
|
||||
|
|
Loading…
Reference in a new issue