Module Blake2b.Blake2b_bench

include Tezos_benchmark.Benchmark.Benchmark_base

Name of the benchmark

val info : string

Description of the benchmark

val module_filename : string

File where the benchmark module is defined

Describes the purpose of the benchmark. See purpose above.

val tags : string list

Tags of the benchmark

type config

Configuration of the benchmark (eg sampling parameters, paths, etc)

val default_config : config

Default configuration of the benchmark

Configuration encoding

type workload

Benchmark workload

Workload encoding

val workload_to_vector : workload -> Tezos_benchmark.Sparse_vec.String.t

Optional conversion to vector, for report generation purposes

val models : (string * workload Tezos_benchmark.Model.t) list

Cost models, with a given local name (string) for reference

val create_benchmarks : rng_state:Stdlib.Random.State.t -> bench_num:int -> config -> (unit -> workload Tezos_benchmark.Generator.benchmark) list

Benchmark generator