parser

package
v0.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGoParser

func NewGoParser(r io.Reader) *goparser

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
}

func New added in v0.0.9

func New(tool string, r io.Reader) (Parser, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL