[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 -f ./.bin/wrk
|
||||||
test -x ./.bin/wrk
|
test -x ./.bin/wrk
|
||||||
test "${#}" -ge 1
|
test "${#}" -ge 1
|
||||||
|
#! --conn-reqs 65536 \
|
||||||
exec -- \
|
exec -- \
|
||||||
env -i -- \
|
env -i -- \
|
||||||
./.bin/wrk \
|
./.bin/wrk \
|
||||||
--threads 1 \
|
--threads 1 \
|
||||||
--connections 1 \
|
--connections 1 \
|
||||||
--conn-reqs 65536 \
|
|
||||||
--timeout 1s \
|
--timeout 1s \
|
||||||
--duration 30s \
|
--duration 30s \
|
||||||
--latency \
|
--latency \
|
||||||
|
|
Loading…
Reference in a new issue