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

Module Trace_stat_summary.Bag_stat_folderSource

Summary computation for statistics recorded in Def.bag_of_stat.

Sourcetype acc = {
  1. value_before_commit : Vs.acc;
  2. value_after_commit : Vs.acc;
  3. diff_per_block : Vs.acc;
  4. diff_per_buildup : Vs.acc;
  5. diff_per_commit : Vs.acc;
  6. prev_value : float;
  7. value_of_bag : Def.bag_of_stats -> float;
  8. should_cumulate_value : bool;
}
Sourceval create_acc : ?is_linearly_increasing:bool -> ?should_cumulate_value:bool -> Def.pack Def.header_base -> int -> (Def.bag_of_stats -> float) -> acc
Sourceval accumulate : acc -> [> `Commit of Def.pack Def.commit_base ] -> acc
Sourceval finalise : acc -> bag_stat
Sourceval create : ?should_cumulate_value:bool -> ?is_linearly_increasing:bool -> Def.pack Def.header_base -> int -> (Def.bag_of_stats -> float) -> ([> `Commit of Def.pack Def.commit_base ], acc, bag_stat) Utils.Parallel_folders.folder
OCaml

Innovation. Community. Security.