irmin-bench.common
Bench_common.Generate_trees
irmin-bench.traces
module Store : Irmin.Generic_key.KV with type Schema.Contents.t = bytes
val add_chain_trees : int -> int -> Store.tree -> Store.tree Lwt.t
add_chain_trees depth nb tree adds nb random contents to tree, depthwise.
add_chain_trees depth nb tree
nb
tree
val add_large_trees : int -> int -> Store.tree -> Store.tree Lwt.t
add_large_trees width nb tree adds nb random contents to tree, breadthwise.
add_large_trees width nb tree