Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chris00/ocaml-benchmark
Benchmarking module for OCaml
https://github.com/chris00/ocaml-benchmark
Last synced: 15 days ago
JSON representation
Benchmarking module for OCaml
- Host: GitHub
- URL: https://github.com/chris00/ocaml-benchmark
- Owner: Chris00
- License: lgpl-3.0
- Created: 2012-09-18T16:59:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T05:26:04.000Z (12 months ago)
- Last Synced: 2024-05-09T23:21:52.723Z (6 months ago)
- Language: OCaml
- Size: 180 KB
- Stars: 26
- Watchers: 4
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/Chris00/ocaml-benchmark.svg?branch=master)](https://travis-ci.org/Chris00/ocaml-benchmark)
[![Build status](https://ci.appveyor.com/api/projects/status/jeyp56227sniv3vo?svg=true)](https://ci.appveyor.com/project/Chris00/ocaml-benchmark)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 issuemake
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