Skip to content

Commit

Permalink
Merge pull request #4252 from vespa-engine/geirst/ecommerce-illustrat…
Browse files Browse the repository at this point in the history
…ion-title

Change illustration title to match content.
  • Loading branch information
jobergum authored Oct 31, 2024
2 parents 0eb539d + 7d26322 commit de9c165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/performance/ecommerce_hybrid_search/create_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ def generate_query_figures(vespa_file, es_files, output):
generate_query_summary_figure(f'Filter query performance after initial feeding {clients_text}',
f'{file_prefix}_filter_after_feed_{clients}_clients.png',
df.query(f"phase == 'after_flush' and filter == True and clients == {clients}").copy())
generate_query_summary_figure(f'Query performance during re-feeding {clients_text}',
f'{file_prefix}_during_feed_{clients}_clients.png',
generate_query_summary_figure(f'Filter query performance during re-feeding {clients_text}',
f'{file_prefix}_filter_during_feed_{clients}_clients.png',
df.query(f"phase == 'during_refeed' and filter == True and clients == {clients}").copy(),
text_label_font_size=10)

Expand Down

0 comments on commit de9c165

Please sign in to comment.