We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f948d commit 4e9f4e0Copy full SHA for 4e9f4e0
1 file changed
bench_runner/plot.py
@@ -534,6 +534,9 @@ def get_comparison_value(ref, r):
534
def benchmark_longitudinal_plot(
535
results: Iterable[result.Result], output_filename: PathLike
536
):
537
+ if "benchmark_longitudinal_plot" not in mconfig.get_bench_runner_config():
538
+ return
539
+
540
output_filename = Path(output_filename)
541
542
cache_filename = output_filename.with_suffix(".json")
0 commit comments