start locust in headless mode

This commit is contained in:
hrj 2021-04-02 15:48:09 +05:30
parent 6ea5691c5e
commit e79da3b881
1 changed files with 1 additions and 1 deletions

View File

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