start locust in headless mode
This commit is contained in:
parent
6ea5691c5e
commit
e79da3b881
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue