From db9aaa61acf82134784bbabc213fe4e9c113650f Mon Sep 17 00:00:00 2001 From: "Tsai, Louie" Date: Sat, 20 Dec 2025 00:00:11 -0800 Subject: [PATCH] minor function name change Signed-off-by: Tsai, Louie --- .../performance-benchmarks/scripts/compare-json-results.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/performance-benchmarks/scripts/compare-json-results.py b/.buildkite/performance-benchmarks/scripts/compare-json-results.py index ece004107b669..a9b6d256cd0a6 100644 --- a/.buildkite/performance-benchmarks/scripts/compare-json-results.py +++ b/.buildkite/performance-benchmarks/scripts/compare-json-results.py @@ -446,7 +446,7 @@ def render_metric_table_html( return title + styler.to_html(table_attributes='border="1" class="dataframe"') -def maybe_write_plot( +def write_plot( main_fh, sub_fh, group_df: pd.DataFrame, @@ -587,7 +587,7 @@ def write_report_group_first(files: List[str], info_cols: List[str], plan: Metri main_fh.write(html) sub_fh.write(html) - maybe_write_plot( + write_plot( main_fh, sub_fh, group_df=group_df,