package tezt-performance-regression

  1. Overview
  2. Docs
Performance regression test framework based on Tezt

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.2.tar.gz
sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d
sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb

doc/tezt-performance-regression/Tezt_performance_regression/Statistics/index.html

Module Tezt_performance_regression.StatisticsSource

Basic statistics functions.

Sourceval mean : float list -> float

Compute the mean of a list of floats.

Sourceval median : float list -> float

Compute the median of a list of floats.

Sourceval stddev : float list -> float

Compute the standard deviation of a list of floats.

OCaml

Innovation. Community. Security.