1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
[](https://github.com/Chris00/ocaml-benchmark/actions/workflows/main.yml)
Benchmark — measure/compare run-time of OCaml functions
=======================================================
Benchmark provides functions to measure and compare the run-time of
functions. It is inspired by the Perl module of the same name.
Installation
------------
The easier way to install it is by using opam:
opam install benchmark
If you use the development version of this project, install [Dune][]
and issue
make
make install
[Dune]: https://github.com/ocaml/dune
Documentation
-------------
See the [interface of `Benchmark`](src/benchmark.mli). It can also be
read in [HTML](https://chris00.github.io/ocaml-benchmark/doc/).
Copyright 2004-present, Christophe Troestler
Copyright 2002-2003, Doug Bagley
|