From b314edb39f47a5d5574fae5be660bee2b14a4edd Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 28 May 2024 17:43:45 +0200 Subject: [PATCH] wip --- scripts/ci/locustfile.py | 2 +- scripts/ci/process_locust_benchmark_results.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ci/locustfile.py b/scripts/ci/locustfile.py index 7fe74d8de..ba9aaa87d 100644 --- a/scripts/ci/locustfile.py +++ b/scripts/ci/locustfile.py @@ -70,4 +70,4 @@ class OSRMTasks(TaskSet): class OSRMUser(HttpUser): tasks = [OSRMTasks] - wait_time = between(0.05, 0.5) + wait_time = between(0.01, 0.1) diff --git a/scripts/ci/process_locust_benchmark_results.py b/scripts/ci/process_locust_benchmark_results.py index 442ccbc15..ad71daf7f 100644 --- a/scripts/ci/process_locust_benchmark_results.py +++ b/scripts/ci/process_locust_benchmark_results.py @@ -12,7 +12,6 @@ def main(locust_csv_base_name, suffix, output_folder): requests: {row['Request Count']} failures: {row['Failure Count']} req/s: {float(row['Requests/s']):.3f}req/s -fail/s: {float(row['Failures/s']):.3f}fail/s avg: {float(row['Average Response Time']):.3f}ms 50%: {row['50%']}ms 75%: {row['75%']}ms