From 328f0463790bae164943454999f458630bfce6b9 Mon Sep 17 00:00:00 2001 From: hrj Date: Tue, 13 Apr 2021 09:46:51 +0530 Subject: [PATCH] make locust output less verbose Signed-off-by: hrj --- tests/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run.sh b/tests/run.sh index 9a07c97..0a81ad4 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -7,7 +7,7 @@ java -jar target/scala-2.13/LibreCaptcha.jar & JAVA_PID=$! sleep 4 -locust --headless -u 300 -r 100 --run-time 4m --stop-timeout 30 -f tests/locustfile.py +locust --only-summary --headless -u 300 -r 100 --run-time 4m --stop-timeout 30 -f tests/locustfile.py status=$? if [ $status != 0 ]; then @@ -25,7 +25,7 @@ java -jar target/scala-2.13/LibreCaptcha.jar & JAVA_PID=$! sleep 4 -locust --headless -u 1 -r 1 --run-time 1m --stop-timeout 30 -f tests/locustfile-functional.py +locust --only-summary --headless -u 1 -r 1 --run-time 1m --stop-timeout 30 -f tests/locustfile-functional.py status=$? mv data/config.json.bak data/config.json