Module Core_bench.Bench.Display_config

Display_config.t specifies how the output tables should be formatted.

type t
val create : ?⁠don't_display_table:bool ‑> ?⁠limit_width_to:int ‑> ?⁠display:Textutils.Ascii_table.Display.t ‑> ?⁠ascii_table:bool ‑> ?⁠show_output_as_sexp:bool ‑> ?⁠show_absolute_ci:bool ‑> ?⁠show_percentage:bool ‑> ?⁠show_speedup:bool ‑> ?⁠show_samples:bool ‑> ?⁠show_all_values:bool ‑> ?⁠show_overheads:bool ‑> unit ‑> t