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