From 90558ab200452836255939c7084a5ec0ac1ee0de Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Fri, 1 Nov 2024 10:24:01 +0100 Subject: [PATCH] Also generate query perf illustrations for 64 clients. --- tests/performance/ecommerce_hybrid_search/create_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance/ecommerce_hybrid_search/create_report.py b/tests/performance/ecommerce_hybrid_search/create_report.py index 19cca9d17..4df37952a 100644 --- a/tests/performance/ecommerce_hybrid_search/create_report.py +++ b/tests/performance/ecommerce_hybrid_search/create_report.py @@ -342,7 +342,7 @@ def generate_overall_qps_figure(output, df): def generate_query_figures(vespa_file, es_files, output): df = load_all_query_results(vespa_file, es_files) - for clients in [1, 16]: + for clients in [1, 16, 64]: clients_text = f'({clients} client' + (')' if clients == 1 else 's)') file_prefix = f'{output}/query_perf' generate_query_summary_figure(f'Query performance after initial feeding {clients_text}',