package
0.0.0-20241118162539-34caac850176
Repository: https://go.googlesource.com/perf
Documentation: pkg.go.dev
# Functions
NewSample constructs a Sample from a set of measurements.
# Variables
AssumeExact is an assumption that a value can be measured exactly and thus has no distribution and does not require repeated sampling.
AssumeNormal is an assumption that a sample is normally distributed.
AssumeNothing is a non-parametric Assumption (that is, it makes no distributional assumptions).
DefaultThresholds contains a reasonable set of defaults for Thresholds.
# Structs
A Comparison is the result of comparing two samples to test if they come from the same distribution.
A Sample is a set of repeated measurements of a given benchmark.
A Summary summarizes a Sample.
A Thresholds configures various thresholds used by statistical tests.
# Interfaces
An Assumption indicates a distributional assumption about a sample.