-
Notifications
You must be signed in to change notification settings - Fork 6
csubst benchmark plot
Kenji Fukushima edited this page Jun 3, 2026
·
1 revision
csubst benchmark-plot collects existing csubst benchmark summaries,
compares parameter-wise performance, and writes an overview figure. It does not
rerun csubst search.
csubst benchmark-plot \
--benchmark_dir . \
--benchmark_plot_format pdfBy default, --benchmark_dir is scanned recursively for benchmark summaries.
This makes it possible to compare multiple csubst_benchmark/ directories
created under different project folders.
-
--benchmark_dir: root directory to scan for benchmark outputs -
--benchmark_plot_recursive yes|no: whether to scan recursively -
--benchmark_plot_metrics: numeric summary columns to compare -
--benchmark_plot_format pdf|png|svg: overview-figure format
By default, outputs are written under csubst_benchmark_plot/, including:
csubst_benchmark_plot_runs.tsvcsubst_benchmark_plot_summary.tsvcsubst_benchmark_plot_summary.jsoncsubst_benchmark_plot_overview.pdfcsubst_outputs.tsv
Use --benchmark_plot_format png or --benchmark_plot_format svg if you want
a different overview-figure format.