package
0.1.3
Repository: https://github.com/aaditkapoor/gobenchmark.git
Documentation: pkg.go.dev

# 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.

# Constants

All opt.
Graph opt.
Highest opt.
Lowest opt.
Mean opt.
Mode opt.
Range opt.
Sum opt.

# 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.