mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-07-08 16:42:13 -04:00
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=$!
|
JAVA_PID=$!
|
||||||
sleep 4
|
sleep 4
|
||||||
|
|
||||||
locust -f tests/locustfile.py
|
locust --headless -u 1000 -r 100 -f tests/locustfile.py
|
||||||
|
|
||||||
kill $JAVA_PID
|
kill $JAVA_PID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user