diff --git a/scripts/ci/run_benchmarks.sh b/scripts/ci/run_benchmarks.sh index 9aaf026c7..1ea6e05bb 100755 --- a/scripts/ci/run_benchmarks.sh +++ b/scripts/ci/run_benchmarks.sh @@ -38,7 +38,7 @@ function run_benchmarks_for_folder { locust -f $LOCUSTFILE_FOLDER/scripts/ci/locustfile.py \ --headless \ --processes -1 \ - --users 10 \ + --users 1 \ --spawn-rate 1 \ --host http://localhost:5000 \ --run-time 1m \