Module Bench.Display_config

module Display_config: sig .. end
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_absolute_ci:bool ->
?show_percentage:bool ->
?show_speedup:bool ->
?show_samples:bool ->
?show_all_values:bool ->
?show_overheads:bool -> unit -> t