Module Tezos_benchmarks_proto_023_PtSeouLo.Registration_helpers

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