package
0.0.0-20250219193241-03d6137ed8d9
Repository: https://github.com/aclements/go-misc.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Parse parses a standard Go benchmark results file from r.
ParseValues parses the raw configuration values in benchmarks into structured types using best-effort pattern-based parsing.
No description provided by the author
# Variables
DefaultValueParsers is the default sequence of value parsers used by ParseValues if no parsers are specified.
# Type aliases
ValueParser is a function that parses a string value into a structured type or returns an error if the string cannot be parsed.