package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

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

Module Io_benchmarks.Irmin_pack_write_benchSource

Sourcetype config = {
  1. depth : Tezos_benchmark.Base_samplers.range;
  2. insertions : Tezos_benchmark.Base_samplers.range;
  3. key_card : int;
  4. irmin_pack_max_width : int;
  5. storage_chunk_bytes : int;
  6. storage_chunks : Tezos_benchmark.Base_samplers.range;
  7. default_storage_bytes : int;
  8. commit_batch_size : int;
  9. temp_dir : string option;
}
include Tezos_benchmark.Benchmark.Simple 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

Creates a benchmark, ready to be run. The benchmarks are thunked to prevent evaluating the workload until needed.

OCaml

Innovation. Community. Security.