Module Mavryk_benchmarks_proto_alpha.Registration_helpers

val adjust_tags : string list -> string list
type benchmark_type =
  1. | Time
  2. | Alloc
val register : ?benchmark_type:benchmark_type -> Mavryk_benchmark.Benchmark.t -> unit
val register_simple : ?benchmark_type:benchmark_type -> (module Mavryk_benchmark.Benchmark.Simple) -> unit
val register_simple_with_num : ?benchmark_type:benchmark_type -> (module Mavryk_benchmark.Benchmark.Simple_with_num) -> unit