bonsai_bench.protocol
Dimensions.V1
bonsai_bench
ppxlib
yojson
type t = {
benchmark_name : string;
comparison_config_name : string option;
backend : string;
tags : string Core.String.Map.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t