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_stat_summary/Span/Key/index.html

Module Span.KeySource

Sourcetype atom_seen = [
  1. | `Add
  2. | `Remove
  3. | `Find
  4. | `Mem
  5. | `Mem_tree
  6. | `Checkout
  7. | `Copy
  8. | `Commit
]

The unitary operations played. We recorded the length of all of these.

Sourceval atom_seen_t : [ `Add | `Checkout | `Commit | `Copy | `Find | `Mem | `Mem_tree | `Remove ] Repr.t
Sourceval min_atom_seen : int
Sourceval max_atom_seen : int
Sourceval atom_seen_to_enum : [< `Add | `Checkout | `Commit | `Copy | `Find | `Mem | `Mem_tree | `Remove ] -> int
Sourceval atom_seen_of_enum : int -> [> `Add | `Checkout | `Commit | `Copy | `Find | `Mem | `Mem_tree | `Remove ] option
Sourcetype atom = [
  1. | atom_seen
  2. | `Unseen
]

atom_seen plus the time between operations. The sum of these is the total time.

Sourcetype phase = [
  1. | `Buildup
  2. | `Commit
]

The two major phases. The sum of these is the total time

Sourcetype t = [
  1. | `Add
  2. | `Remove
  3. | `Find
  4. | `Mem
  5. | `Mem_tree
  6. | `Checkout
  7. | `Copy
  8. | `Commit
  9. | `Unseen
  10. | `Buildup
  11. | `Block
]

All spans.

Redefined (i.e. no inheritance) for derivers.

Sourceval t : [ `Add | `Block | `Buildup | `Checkout | `Commit | `Copy | `Find | `Mem | `Mem_tree | `Remove | `Unseen ] Repr.t
Sourceval min : int
Sourceval max : int
Sourceval to_enum : [< `Add | `Block | `Buildup | `Checkout | `Commit | `Copy | `Find | `Mem | `Mem_tree | `Remove | `Unseen ] -> int
Sourceval of_enum : int -> [> `Add | `Block | `Buildup | `Checkout | `Commit | `Copy | `Find | `Mem | `Mem_tree | `Remove | `Unseen ] option
Sourceval all_atoms_seen : atom_seen list
Sourceval all : t list
Sourceval to_string : t -> string
Sourceval of_string : string -> (t, [ `Msg of string ]) result
OCaml

Innovation. Community. Security.