View Source Benchee.CollectionData (Benchee v1.1.0)

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

Specs

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

Samples and statistics.

Statistics might only come later when they are computed.