Tezos_benchmarks_proto_alpha.Registration_helpers
val ns : Tezos_benchmark.Namespace.cons
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