Module Tezos_benchmarks_proto_alpha.Translator_benchmarks

module Encodings : sig ... end

Script_ir_translator benchmarks

module Config : sig ... end
module Default_boilerplate : sig ... end
type phase =
  1. | Workload_production
  2. | In_protocol
  3. | Global
val pp_phase : Stdlib.Format.formatter -> phase -> unit
val report_michelson_errors : Stdlib.Format.formatter -> Tezos_base.TzPervasives.Error_monad.error list -> unit
val pp_error_kind : Stdlib.Format.formatter -> error_kind -> unit
exception Translator_benchmark_error of error_kind
val check_printable_ascii : string -> int -> bool
val check_printable_benchmark : (module Tezos_benchmark.Benchmark.Simple_with_num)
val dummy_type_generator : int -> Tezos_protocol_alpha.Protocol.Script_typed_ir.ex_ty
val dummy_comparable_type_generator : int -> Tezos_protocol_alpha.Protocol.Script_ir_translator.ex_comparable_ty
module Parse_type_shared : sig ... end