package irmin-bench

  1. Overview
  2. Docs
Irmin benchmarking suite

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.11.0.tbz
sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb
sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1

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