package irmin-bench

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val default_artefacts_dir : string
val prepare_artefacts_dir : string -> unit
val reporter : ?prefix:string -> unit -> Logs.reporter
val setup_log : Fmt.style_renderer option -> Logs.level option -> unit
val reset_stats : unit -> unit
val with_timer : (unit -> 'a Lwt.t) -> (float * 'a) Lwt.t
val with_progress_bar : message:string -> n:int -> unit:string -> ((int -> unit) -> 'a) -> 'a
val random_blob : unit -> bytes
module Info (I : Irmin.Info.S) : sig ... end
module FSHelper : sig ... end
module Generate_trees (Store : Irmin.Generic_key.KV with type Schema.Contents.t = bytes) : sig ... end