package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13

doc/octez-shell-libs.shell-benchmarks/Tezos_shell_benchmarks/Io_benchmarks/Write_random_keys_bench/index.html

Module Io_benchmarks.Write_random_keys_benchSource

Sourcetype config = {
  1. existing_context : string * Tezos_base.TzPervasives.Context_hash.t;
  2. storage_chunk_bytes : int;
  3. storage_chunks : Tezos_benchmark.Base_samplers.range;
  4. max_written_keys : int;
  5. temp_dir : string option;
  6. subdirectory : string;
}
include Tezos_benchmark.Benchmark.Simple_with_num with type config := config
include Tezos_benchmark.Benchmark.Benchmark_base with type config := config

Name of the benchmark

Sourceval info : string

Description of the benchmark

Sourceval 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.

Sourceval tags : string list

Tags of the benchmark

Sourceval default_config : config

Default configuration of the benchmark

Configuration encoding

Sourcetype workload

Benchmark workload

Workload encoding

Optional conversion to vector, for report generation purposes

Inference group of the benchmark

Model used for inference

Sourceval create_benchmarks : rng_state:Random.State.t -> bench_num:int -> config -> (unit -> workload Tezos_benchmark.Generator.benchmark) Tezos_base.TzPervasives.trace

Benchmark generator

OCaml

Innovation. Community. Security.