Module Bench.Result.Stat

module Stat: sig .. end

type t = {
   run_time :Core.Int63.t;
   gc_time :Core.Int63.t;
   sample_size :int;
   compactions :int;
   allocated :int;
}
val empty : t