package tezt-tezos

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

Module Long_test.StatsSource

Statistics to retrieve with get_previous_stats.

Sourcetype _ t

Specifications for which stats to retrieve.

Sourceval mean : float t

InfluxQL function MEAN.

Sourceval median : float t

InfluxQL function MEDIAN.

Sourceval stddev : float t

InfluxQL function STDDEV (standard deviation).

Sourceval _2 : 'a t -> 'b t -> ('a * 'b) t

Carthesian product of two stats.

Sourceval _3 : 'a t -> 'b t -> 'c t -> ('a * 'b * 'c) t

Carthesian product of three stats.

OCaml

Innovation. Community. Security.