parser

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2025 License: MIT Imports: 7 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
}

Jump to

Keyboard shortcuts

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