Module Core_bench.Simplified_benchmark.Result

type t = {
benchmark_name : string;
benchmark_name_with_index : string;
full_benchmark_name : string;
dup_id : int option;
file_name : string;
module_name : string;
library_name : string;
version : string;
hg_revision : string option;
hg_active_bookmark : string option;
x_library_inlining : bool;
ocaml_version : string;
machine_where_benchmark_was_run : string;
epoch_time_of_run : int;
time_of_hg_revision : string option;
time_r_square : float;
time_per_run_nanos : float;
ci95_upper_bound : float;
ci95_lower_bound : float;
minor_words_per_run : float;
major_words_per_run : float;
promoted_words_per_run : float;
}
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val typerep_of_t : t Typerep_lib.Std.Typerep.t
val typename_of_t : t Typerep_lib.Std.Typename.t