Module Dimensions.V1

type t = {
  1. benchmark_name : string;
  2. comparison_config_name : string option;
  3. backend : string;
  4. tags : string Core.String.Map.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t