[scripts] Minor update.
This commit is contained in:
parent
d8bbd477d5
commit
901aa78d30
1 changed files with 1 additions and 1 deletions
|
@ -7,12 +7,12 @@
|
|||
test -f ./.bin/wrk
|
||||
test -x ./.bin/wrk
|
||||
test "${#}" -ge 1
|
||||
#! --conn-reqs 65536 \
|
||||
exec -- \
|
||||
env -i -- \
|
||||
./.bin/wrk \
|
||||
--threads 1 \
|
||||
--connections 1 \
|
||||
--conn-reqs 65536 \
|
||||
--timeout 1s \
|
||||
--duration 30s \
|
||||
--latency \
|
||||
|
|
Loading…
Reference in a new issue