Up
Module
Run_config
Run_config.t
specifies how a benchmark should be run.
Signature
type
t
val
create : ?verbosity:[
| `High
| `Low
] -> ?no_compactions:bool -> ?time_quota:
Core.Std.Time.Span.t
-> ?sampling_type:[
| `Geometric
of
float
| `Linear
of
int
] -> ?stabilize_gc_between_runs:bool -> ?fork_each_benchmark:bool -> unit ->
t