package benchmark

  1. Overview
  2. Docs
Benchmark running times of code

Install

Dune Dependency

Authors

Maintainers

Sources

benchmark-1.7.tbz
sha256=0228fbbc9cda98d5907e32de1a010d948a7a225f3e59cf61b1a86be1e0c6b3af
sha512=9ca163fb3ae6c5e5239d0198cc9ec9b0811a48cf160f6e0fff635b0afdda99ae4503d0e4341b95bcb1e15bc1fcb60238761e49d4004c506fb2c53174c9890de2

Description

This module provides a set of tools to measure the running times of your functions and to easily compare the results. A statistical test is used to determine whether the results truly differ.

Published: 04 Feb 2025

README

README.md

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

Documentation

See the interface of Benchmark. It can also be read in HTML.

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

Dependencies (3)

  1. dune >= "2.0"
  2. base-unix
  3. ocaml >= "4.03"

Dev Dependencies

None

Conflicts

None

OCaml

Innovation. Community. Security.