package irmin-bench

  1. Overview
  2. Docs
Irmin benchmarking suite

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.10.0.tbz
sha256=92a9de7a0a2a35c2feba0c35a806b1f0df24c1c0d15164eebf3f919296d26715
sha512=0203ec5117a851ad5afeb2f9091659b4e142e231b6b945caab93f4d7beb23397c8ac43f7056e91d18f4bff0be1062f6ae966d221f877c229328c0cbbf29fd9f0

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.