Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Benchmark ¶
type Benchmark struct { Name string Ref string Runs []BenchmarkRun }
type BenchmarkInfo ¶
type BenchmarkRun ¶
type BenchmarkRun struct { benchmark.Benchmark BenchmarkRunInfo }
type BenchmarkRunInfo ¶
type ParseResult ¶
type ParseResult struct { Tests map[string]ParseEntry Benchmarks map[string]ParseEntry BenchmarkInfo *BenchmarkInfo }
func Parse ¶
func Parse(config ParseConfig) (*ParseResult, *testjson.Execution, error)
Click to show internal directories.
Click to hide internal directories.