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
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Benchee.CollectionData{
samples: [float() | non_neg_integer()],
statistics: Benchee.Statistics.t() | nil
}
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.