package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a

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

Module Io_benchmarks.Irmin_pack_read_benchSource

include Tezos_benchmark.Benchmark.Benchmark_base

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

Sourcetype config

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

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.