Versions in this module Expand all Collapse all v0 v0.4.5 Sep 2, 2020 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)