From 901aa78d301f3c24d501476b16fb2c562a5635fa Mon Sep 17 00:00:00 2001 From: Ciprian Dorin Craciun Date: Fri, 26 Aug 2022 17:19:02 +0300 Subject: [PATCH] [scripts] Minor update. --- scripts/tools.z-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tools.z-run b/scripts/tools.z-run index ae91155..b3da705 100644 --- a/scripts/tools.z-run +++ b/scripts/tools.z-run @@ -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 \