Benchee v0.99.0 Benchee.CollectionData View Source

The unified data structure for a given collection of data.

Consists of the recorded samples and the statistics computed from them.

Link to this section Summary

Types

t()

Samples and statistics

Link to this section Types

Link to this type

t() View Source
t() :: %Benchee.CollectionData{
  samples: [float() | non_neg_integer()],
  statistics: Benchee.Statistics.t() | nil
}

Samples and statistics.

Statistics might only come later when they are computed.