Blake2b.Blake2b_benchinclude Mavryk_benchmark.Benchmark.Benchmark_baseval name : Mavryk_benchmark.Namespace.tName of the benchmark
val purpose : Mavryk_benchmark.Benchmark.purposeDescribed 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 default_config : configDefault configuration of the benchmark
val config_encoding : config Mavryk_base.TzPervasives.Data_encoding.tConfiguration encoding
val workload_encoding : workload Mavryk_base.TzPervasives.Data_encoding.tWorkload encoding
val workload_to_vector : workload -> Mavryk_benchmark.Sparse_vec.String.tOptional conversion to vector, for report generation purposes
val models : (string * workload Mavryk_benchmark.Model.t) listCost 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) listBenchmark generator