Skip to content

Commit 4e9f4e0

Browse files
committed
Make plot skippable
1 parent 52f948d commit 4e9f4e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bench_runner/plot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,9 @@ def get_comparison_value(ref, r):
534534
def benchmark_longitudinal_plot(
535535
results: Iterable[result.Result], output_filename: PathLike
536536
):
537+
if "benchmark_longitudinal_plot" not in mconfig.get_bench_runner_config():
538+
return
539+
537540
output_filename = Path(output_filename)
538541

539542
cache_filename = output_filename.with_suffix(".json")

0 commit comments

Comments
 (0)