sig
  type t = {
    run_time : Core.Std.Int63.t;
    gc_time : Core.Std.Int63.t;
    sample_size : int;
    compactions : int;
    allocated : int;
  }
  val empty : Bench.Result.Stat.t
end