package tezos-benchmark

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

Module Tezos_benchmark.Benchmark_helpersSource

Load a JSON file

Sourceval make_progress_printer : Format.formatter -> int -> string -> unit -> unit

make_progress_printer ppf total message returns a progress monitor printer with an internal counter starting from 1. Each call of the printer accumulates the counter and prints a progress monitor line like "Message 12/300".

Data encoding of OCaml int, using Data-encoding.int64

Sourceval filename_of_local_model_name : string -> string

Replace '/' characters in a local model name by "__"

OCaml

Innovation. Community. Security.