# Functions
NewBenchmarkStat create a new Benchmark with statistics qualities NewBenchmarkStat(benchmark, "mean", "mode") || NewBenchmarkStat(benchmark, stats.Mean, stats.Mode).
NewCounter creates a new Counter.
NewList create a new list.
PlotData plots the data given a map of iterations and durations.
# Structs
BenchmarkStat represents a statistical Benchmark.
Counter A type composed from List capable of keeping track of each element in a key value pair.
List base list type.
# Type aliases
StatType represents a statistical measure.