Fleche.Perf
module Info : sig ... end
module Sentence : sig ... end
type t = {
summary : string;
timings : Sentence.t list;
}