Skip to content

Commit 82f020c

Browse files
committed
Fix file name for nixlbench report
1 parent 7402cde commit 82f020c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudai/workloads/nixl_bench/report_generation_strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ def generate_bokeh_report(self) -> None:
108108
y_axis_label="Bandwidth (GB/Sec)",
109109
)
110110
p.width, p.height = 800, 500
111-
report_tool.finalize_report(Path("cloudai_nemorun_bokeh_report.html"))
111+
report_tool.finalize_report(Path("cloudai_nixlbench_bokeh_report.html"))

0 commit comments

Comments
 (0)