package irmin-bench

  1. Overview
  2. Docs
Irmin benchmarking suite

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.6.1.tbz
sha256=11fc2570bdbfd48478c89113fc801084a84a9a2c12d9bf8c64e05ce64ae19bd7
sha512=2171699ca24dec5c9c908a2676b272e034c14eb17f7052a794535e52af0be40be68a689e59c0a640ee244b11703320483f4d0c261542e6242ba23a8f1272b9b0

doc/irmin-bench.traces/Irmin_traces/Trace_definitions/index.html

Module Irmin_traces.Trace_definitionsSource

Traces file format definitions.

This file is meant to be used from Tezos. OCaml version 4.09 and the 32bit architecture should be supported.

Traces Workflow

A Tezos node (may) output a Raw_replayable_trace file. Such a trace should be postprocessed to create a Replayable_trace.

A Tezos node (may) output a Stat_trace file.

trace_stats.exe summarise takes a Stat_trace file and summarises it to a stat_summary.json file.

A series of python script take a stat_summary.json file and produce plots (e.g. png files).

tree.exe takes a Replayable_trace file, internally produces a Stat_trace file and yields it to Trace_stat_summary to produce a stat_summary.json file.

Sourcemodule Replayable_trace : sig ... end

Replayable_trace, a trace of Tezos's interactions with Irmin.

Sourcemodule Stat_trace : sig ... end

Trace of a tezos node run, or a replay run.

OCaml

Innovation. Community. Security.

On This Page
  1. Traces Workflow