Module Bench.Test

module Test: sig .. end
Test.t are benchmarked by calls to bench.

type t 
val create : name:string -> ?key:int -> (unit -> unit) -> t
Creates a simple benchmark.
val create_indexed : name:string ->
args:int list ->
?key:int -> (int -> (unit -> unit) Core.Std.Staged.t) -> t
Creates a group of benchmarks indexed by a size.
val create_group : name:string -> t list -> t