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