sig
  type t =
      Analysis of Analysis_config.t list
    | Display_column of Display_column.t
  val column_description_table : string
  val of_string : string -> Bench_command_column.t
  val arg : Bench_command_column.t Core.Std.Command.Spec.Arg_type.t
end