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_pp/Table4/index.html

Module Trace_stat_summary_pp.Table4Source

Curves

Sourcetype scalar_format_auto = [
  1. | `R
  2. | `S
]

Real / Seconds

Sourcetype scalar_format = [
  1. | scalar_format_auto
  2. | scalar_format_fixed
]
Sourcetype summary_floor = [
  1. | `Spacer
  2. | `Data of scalar_format * string * (string * Trace_stat_summary.curve) list
]

A summary_floor of tag `Data contains all the data necessary in order to print a bunch of rows, 1 per summary, all displaying the same summary entry.

Sourceval sum_curves : float list list -> float list
Sourceval div_curves : float list -> float list -> float list
Sourceval mul_curves : float list -> float list -> float list
Sourceval mul_curve_scalar : float list -> float -> float list
Sourceval create_header_rows : int -> Trace_stat_summary.t list -> PrintBox.t list list
Sourceval floors_of_summaries : string list -> summary list -> summary_floor list
Sourceval resample_curves_of_floor : int -> [< `Data of 'a * 'b * ('c * float list) list | `Spacer ] -> [> `Data of 'a * 'b * ('c * float list) list | `Spacer ]
Sourceval matrix_of_data_floor : [< `Data of [< `P | `R | `R3 | `RG | `RM | `Ri | `S | `S3 | `SM | `Sm | `Su P ] * string * (string * float list) list ] -> Pb.t list list
Sourceval matrix_of_floor : int -> [< `Data of [< `P | `R | `R3 | `RG | `RM | `Ri | `S | `S3 | `SM | `Sm | `Su P ] * string * (string * float list) list | `Spacer ] -> Pb.t list list
OCaml

Innovation. Community. Security.