package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module Info : sig ... end

Signature

val fixed_size_shared : ?check:(unit -> unit) -> name:string -> generator:'a Tezos_benchmark.Base_samplers.sampler -> make_bench:((unit -> 'a) -> unit -> unit Tezos_benchmark.Generator.benchmark) -> unit -> Tezos_benchmark.Benchmark.simple_with_num
val linear_shared : ?check:(unit -> unit) -> ?purpose:Tezos_benchmark.Benchmark.purpose -> name:string -> ?intercept:bool -> generator:(Stdlib.Random.State.t -> 'a) -> make_bench: ((unit -> 'b) -> unit -> Shared_linear.workload Tezos_benchmark.Generator.benchmark) -> unit -> (module Tezos_benchmark.Benchmark.Simple_with_num)
val nsqrtn_shared_with_intercept : name:string -> generator:(Stdlib.Random.State.t -> 'a) -> make_bench: ((unit -> 'b) -> Shared_linear.workload Tezos_benchmark.Generator.benchmark) -> generator_intercept:(Stdlib.Random.State.t -> 'c) -> make_bench_intercept: ((unit -> 'd) -> Shared_linear.workload Tezos_benchmark.Generator.benchmark) -> (module Tezos_benchmark.Benchmark.Simple) * (module Tezos_benchmark.Benchmark.Simple)
val make_encode_fixed_size : 'a. ?check:(unit -> unit) -> name:string -> encoding:'a Tezos_base.TzPervasives.Data_encoding.t -> generator:(Stdlib.Random.State.t -> 'a) -> unit -> Tezos_benchmark.Benchmark.simple_with_num
val make_encode_variable_size : 'a. ?check:(unit -> unit) -> ?purpose:Tezos_benchmark.Benchmark.purpose -> name:string -> encoding:'a Tezos_base.TzPervasives.Data_encoding.t -> generator:(Stdlib.Random.State.t -> 'a * Shared_linear.workload) -> unit -> (module Tezos_benchmark.Benchmark.Simple_with_num)
val make_decode_fixed_size : 'a. ?check:(unit -> unit) -> name:string -> encoding:'a Tezos_base.TzPervasives.Data_encoding.t -> generator:(Stdlib.Random.State.t -> 'a) -> unit -> (module Tezos_benchmark.Benchmark.Simple_with_num)
val make_decode_variable_size : 'a. ?check:(unit -> unit) -> ?purpose:Tezos_benchmark.Benchmark.purpose -> name:string -> encoding:'a Tezos_base.TzPervasives.Data_encoding.t -> ?intercept:bool -> generator:(Stdlib.Random.State.t -> 'a * Shared_linear.workload) -> unit -> (module Tezos_benchmark.Benchmark.Simple_with_num)
val make_encode_fixed_size_to_string : 'a. ?check:(unit -> unit) -> name:string -> to_string:('a -> string) -> generator:(Stdlib.Random.State.t -> 'a) -> unit -> (module Tezos_benchmark.Benchmark.Simple_with_num)
val make_encode_fixed_size_to_bytes : 'a. ?check:(unit -> unit) -> name:string -> to_bytes:('a -> bytes) -> generator:(Stdlib.Random.State.t -> 'a) -> unit -> (module Tezos_benchmark.Benchmark.Simple_with_num)
val make_encode_variable_size_to_string : 'a. ?check:(unit -> unit) -> name:string -> to_string:('a -> string) -> generator:(Stdlib.Random.State.t -> 'a * Shared_linear.workload) -> unit -> (module Tezos_benchmark.Benchmark.Simple_with_num)
val make_decode_fixed_size_from_string : 'a. ?check:(unit -> unit) -> name:string -> to_string:('a -> string) -> from_string:(string -> 'a) -> generator:(Stdlib.Random.State.t -> 'a) -> unit -> (module Tezos_benchmark.Benchmark.Simple_with_num)
val make_decode_fixed_size_from_bytes : 'a. ?check:(unit -> unit) -> name:string -> to_bytes:('a -> bytes) -> from_bytes:(bytes -> 'a) -> generator:(Stdlib.Random.State.t -> 'a) -> unit -> (module Tezos_benchmark.Benchmark.Simple_with_num)
val make_decode_variable_size_from_string : 'a. ?check:(unit -> unit) -> name:string -> to_string:('a -> string) -> from_string:(string -> 'a) -> generator:(Stdlib.Random.State.t -> 'a * Shared_linear.workload) -> unit -> (module Tezos_benchmark.Benchmark.Simple_with_num)
val make_decode_variable_size_from_bytes : 'a. ?check:(unit -> unit) -> name:string -> to_bytes:('a -> bytes) -> from_bytes:(bytes -> 'a) -> generator:(Stdlib.Random.State.t -> 'a * Shared_linear.workload) -> unit -> (module Tezos_benchmark.Benchmark.Simple_with_num)
OCaml

Innovation. Community. Security.