Module Core_bench.Bench.Run_config

Run_config.t specifies how a benchmark should be run.

type t
val create : ?⁠verbosity:Verbosity.t ‑> ?⁠no_compactions:bool ‑> ?⁠time_quota:Core.Time.Span.t ‑> ?⁠sampling_type:[ `Geometric of float | `Linear of int ] ‑> ?⁠stabilize_gc_between_runs:bool ‑> ?⁠fork_each_benchmark:bool ‑> unit ‑> t