package benchmark
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Benchmark running times of code
Install
dune-project
Dependency
github.com
Readme
Changelog
LGPL-3.0-only WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (4)
Authors
Maintainers
Sources
benchmark-1.6.tbz
sha256=330d7d718c9afcc132e763d545813f07a4e7a825b0e6d133f4252b51f2809cf0
md5=425d16d91e11bc81e3d347884f8fe991
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.
README
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 benchmarkIf you use the development version of this project, install Dune and issue
make
make installDocumentation
See the interface of Benchmark. It can also be read in HTML.
Copyright 2004-present, Christophe Troestler Copyright 2002-2003, Doug Bagley
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page