package
0.2.1
Repository: https://github.com/kevinello/benchvisual.git
Documentation: pkg.go.dev

# Functions

Baseline compare benchmark result with baseline @param sets []Set @param baselines []float64 @return []Set @author kevineluo @update 2023-04-18 04:14:32.
Parse parse Golang standard benchmark output @param reader *bufio.Reader @param sep string sep of a Benchmark string's target and scenario @return []Set Sets of structured benchmark @return error @author kevineluo @update 2023-03-07 01:29:47.
ParseBench parses a single line from a benchmark.
ParseSet Parse one set of benchmark output @param reader LineReader @param firstLine string @param groupRegexps ...*regexp2.Regexp regexps for identify group of benchmark @return set *Set @return err error @author kevineluo @update 2023-03-07 12:16:30.

# Structs

Benchmark is an individual run.
Mem is memory allocation information about a run.
Set is a set of benchmark runs.

# Type aliases

BenchmarkList implement sort.Interface @author kevineluo @update 2023-03-07 03:21:11.