Module Bench.Result.Stat

module Stat: sig .. end

type t = {
   run_time :Core.Int63.t;
   run_cycles :int;
   gc_time :Core.Int63.t;
   sample_size :int;
   compactions :int;
   minor_allocated :int;
   major_allocated :int;
   promoted :int;
}
val empty : t