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_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.