From e79da3b8811e19f334d994fe046b8c7ddb572d93 Mon Sep 17 00:00:00 2001 From: hrj Date: Fri, 2 Apr 2021 15:48:09 +0530 Subject: [PATCH] start locust in headless mode --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.sh b/tests/run.sh index f216b78..988b5e9 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -5,6 +5,6 @@ java -jar target/scala-2.13/LibreCaptcha.jar & JAVA_PID=$! sleep 4 -locust -f tests/locustfile.py +locust --headless -u 1000 -r 100 -f tests/locustfile.py kill $JAVA_PID