From 272574c5fe1415594d5f4f7391dcfa87455f2cb6 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 26 May 2024 20:57:43 +0200 Subject: [PATCH] wip --- scripts/ci/process_locust_benchmark_results.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/process_locust_benchmark_results.py b/scripts/ci/process_locust_benchmark_results.py index 588e770da..53a93ffe4 100644 --- a/scripts/ci/process_locust_benchmark_results.py +++ b/scripts/ci/process_locust_benchmark_results.py @@ -32,6 +32,7 @@ avg: {float(row['Average Response Time']):.3f}ms 95%: {row['95%']}ms 98%: {row['98%']}ms 99%: {row['99%']}ms +min: {float(row['Min Response Time']):.3f}ms max: {float(row['Max Response Time']):.3f}ms ''' with open(f"{output_folder}/{prefix}_{name}.bench", 'w') as f: