View Source Benchee.CollectionData (Benchee v1.3.1)
The unified data structure for a given collection of data.
Consists of the recorded samples
and the statistics computed from them.
Summary
Types
@type t() :: %Benchee.CollectionData{ samples: [float() | non_neg_integer()], statistics: Benchee.Statistics.t() }
Samples and statistics.
Statistics might only come later when they are computed.