mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-21 10:16:00 -05:00
make locust output less verbose
Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ java -jar target/scala-2.13/LibreCaptcha.jar &
|
|||||||
JAVA_PID=$!
|
JAVA_PID=$!
|
||||||
sleep 4
|
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=$?
|
status=$?
|
||||||
|
|
||||||
if [ $status != 0 ]; then
|
if [ $status != 0 ]; then
|
||||||
@@ -25,7 +25,7 @@ java -jar target/scala-2.13/LibreCaptcha.jar &
|
|||||||
JAVA_PID=$!
|
JAVA_PID=$!
|
||||||
sleep 4
|
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=$?
|
status=$?
|
||||||
mv data/config.json.bak data/config.json
|
mv data/config.json.bak data/config.json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user