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/Misc_benchmarks/Lwt_main_run_bench/index.html

Module Misc_benchmarks.Lwt_main_run_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.