package
0.0.0-20241118162539-34caac850176
Repository: https://go.googlesource.com/perf
Documentation: pkg.go.dev

# Functions

NewReader constructs a reader to parse the Go benchmark format from r.
NewWriter returns a writer that writes Go benchmark results to w.

# Structs

A Config is a single key/value configuration pair.
A Files reads benchmark results from a sequence of input files.
A Reader reads the Go benchmark format.
A Result is a single benchmark result and all of its measurements.
A SyntaxError represents a syntax error on a particular line of a benchmark results file.
Unit metadata is a single piece of unit metadata.
UnitMetadataKey identifies a single piece of unit metadata by unit and metadata name.
A Value is a single value/unit measurement from a benchmark result.
A Writer writes the Go benchmark format.

# Interfaces

A Record is a single record read from a benchmark file.

# Type aliases

A Name is a full benchmark name, including all sub-benchmark configuration.
UnitMetadataMap stores the accumulated metadata for several units.