- move to dune 2.0
- collect and display GC statistics
- use Re.Pcre instead of pcre in example
- Port to Dune (not the former Jbuilder) and dune-release.
- Fix some typos in the documentation.
- Port to Dune/Jbuilder and Topkg.
- Add option
--allto theTree.arg. - Fix uncaught exception in
Tree.run_global.
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_ratesanddifferent_rates). -
benchmark.mli: The documentation is greatly improved. Functions
make,add,subinstead ofcreate,sum,difffor uniformity with the OCaml standard library.
2004-08-18 Troestler Christophe chris_77@users.sourceforge.net
- benchmark: Checked Doug Bagley module in CVS.