From 4ede6c5fb9d9964e2afc4898048923fa8e0cd785 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 28 May 2024 21:08:26 +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 62e25f68b..51ced3d53 100755 --- a/scripts/ci/run_benchmarks.sh +++ b/scripts/ci/run_benchmarks.sh @@ -43,7 +43,7 @@ function run_benchmarks_for_folder { --host http://localhost:5000 \ --run-time 1m \ --csv=locust_results_$ALGORITHM \ - --loglevel ERROR || true + --loglevel ERROR python3 $FOLDER/scripts/ci/process_locust_benchmark_results.py locust_results_$ALGORITHM $ALGORITHM $RESULTS_FOLDER