Module Deprecated_bench.Result.Stat

module Stat: sig .. end

type t = {
   run_cycles : int;
   compactions : int;
   minor_allocated : int;
   major_allocated : int;
   promoted : int;
}
val empty : t