[scripts] Minor update.

This commit is contained in:
Ciprian Dorin Craciun 2022-08-26 17:19:02 +03:00
parent d8bbd477d5
commit 901aa78d30

View file

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