Versions in this module Expand all Collapse all v0 v0.100.0 May 1, 2021 Changes in this version + const AllocedBytesPerOp + const AllocsPerOp + const MBPerS + const NsPerOp + type Benchmark struct + AllocedBytesPerOp uint64 + AllocsPerOp uint64 + MBPerS float64 + Measured int + N int + Name string + NsPerOp float64 + Ord int + func ParseLine(line string) (*Benchmark, error) + func (b *Benchmark) String() string + type Set map[string][]*Benchmark + func ParseSet(r io.Reader) (Set, error)