Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGoParser ¶
Types ¶
type Parser ¶
type Parser interface {
// Parse returns parsed benchmark output.
//
// Order of benchmarks is determined by name (ascending).
// Also all metrics must be sorted by unit name (ascending).
Parse() []benchmark.Measurement
}
Click to show internal directories.
Click to hide internal directories.