package benchmark

  1. Overview
  2. Docs
On This Page
  1. Installation
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Build Status

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 want to perform this operation manually, see benchmark.opam for installation instructions.

Copyright 2004-present, Christophe Troestler Copyright 2002-2003, Doug Bagley