sig
  type t = {
    run_cycles : int;
    compactions : int;
    minor_allocated : int;
    major_allocated : int;
    promoted : int;
  }
  val empty : Deprecated_bench.Result.Stat.t
end