package core_bench

  1. Overview
  2. Docs

Run_config.t specifies how a benchmark should be run.

val create : ?verbosity:Core_bench_internals.Verbosity.t -> ?no_compactions:bool -> ?quota:Quota.t -> ?sampling_type:[ `Geometric of float | `Linear of int ] -> ?stabilize_gc_between_runs:bool -> ?fork_each_benchmark:bool -> ?thin_overhead:int -> unit -> t