Skip to content

Commit

Permalink
Merge pull request #4254 from vespa-engine/geirst/ecommerce-query-per…
Browse files Browse the repository at this point in the history
…f-64-clients

Also generate query perf illustrations for 64 clients.
  • Loading branch information
Jo Kristian Bergum authored Nov 1, 2024
2 parents 3600c4c + 90558ab commit ace4acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/ecommerce_hybrid_search/create_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}',
Expand Down

0 comments on commit ace4acb

Please sign in to comment.