Module Bonsai_bench_protocol.Dimensions

A Dimensions.t represents the "parameters" to some benchmark result. benchmark_name and comparison_config_name exist across all benchmarks. tags is intended for benchmark-specific things, e.g. various numerical parameters.

module V1 : sig ... end
type t =
  1. | V1 of V1.t
include Sexplib0.Sexpable.S with type t := t
include Sexplib0.Sexpable.Of_sexp with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
include Sexplib0.Sexpable.Sexp_of with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_filename : t -> string
val of_filename_exn : string -> t