View Source Benchee.CollectionData (Benchee v1.3.0)

The unified data structure for a given collection of data.

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

Summary

Types

t()

Samples and statistics.

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.