MCPcopy Create free account
hub / github.com/aclements/go-misc / Parse

Function Parse

bench/parse.go:69–101  ·  view source on GitHub ↗

Parse parses a standard Go benchmark results file from r. It returns a *Benchmark for each benchmark result line in the file. There may be many result lines for the same benchmark name and configuration, indicating that the benchmark was run multiple times. In the returned Benchmarks, RawValue is s

(r io.Reader)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

mainFunction · 0.92
pickCommitMetricFunction · 0.92
TestRunFunction · 0.92
TestParseFunction · 0.85

Calls 1

parseBenchmarkFunction · 0.85

Tested by 2

TestRunFunction · 0.74
TestParseFunction · 0.68