From c4039059a498b4232ad50937993136d656edb49a Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Thu, 6 Jun 2024 21:08:27 +0200 Subject: [PATCH] wip --- scripts/ci/run_benchmarks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \