Module Dal_benchmarks.Publish_commitment

include Mavryk_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

Described the purpose of the benchmark. * Generate_code of destination: generates code at the given destination file. * Other_purpose of purpose: any other purpose. The goal is to explain why the function is benchmarked since it does not produce a cost function.

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

val config_encoding : config Mavryk_base.TzPervasives.Data_encoding.t

Configuration encoding

type workload

Benchmark workload

val workload_encoding : workload Mavryk_base.TzPervasives.Data_encoding.t

Workload encoding

Optional conversion to vector, for report generation purposes

val models : (string * workload Mavryk_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 Mavryk_benchmark.Generator.benchmark) list

Benchmark generator