Mavryk_benchmark.Benchmark_helpers
Load a JSON file
make_progress_printer ppf total message
returns a progress monitor printer with an internal counter starting from 1
. Each call of the printer accumulates the counter and prints a progress monitor line like "Message 12/300"
.
Data encoding of OCaml int
, using Data-encoding.int64