package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Micheline_benchmarks.Micheline_strip_locationsSource

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.