package benchmark
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=0228fbbc9cda98d5907e32de1a010d948a7a225f3e59cf61b1a86be1e0c6b3af
sha512=9ca163fb3ae6c5e5239d0198cc9ec9b0811a48cf160f6e0fff635b0afdda99ae4503d0e4341b95bcb1e15bc1fcb60238761e49d4004c506fb2c53174c9890de2
CHANGES.md.html
1.7 2025-01-29
move to dune 2.0
collect and display GC statistics
use Re.Pcre instead of pcre in example
1.6 2018-09-07
Port to Dune (not the former Jbuilder) and dune-release.
Fix some typos in the documentation.
1.5 2018-05-17
Port to Dune/Jbuilder and Topkg.
Add option
--all
to theTree.arg
.Fix uncaught exception in
Tree.run_global
.
Very old changes
2004-08-22 Troestler Christophe chris_77@users.sourceforge.net
benchmark.ml: Code mostly rewritten to improve clarity (and to correct some bugs). Allows to return multiple times for a given test. Student's statistical test to determine whether two rates are significantly different (see
log_gamma
,betai
,cpl_student_t
,comp_rates
anddifferent_rates
).benchmark.mli: The documentation is greatly improved. Functions
make
,add
,sub
instead ofcreate
,sum
,diff
for uniformity with the OCaml standard library.
2004-08-18 Troestler Christophe chris_77@users.sourceforge.net
benchmark: Checked Doug Bagley module in CVS.