Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BenchmarkReport ¶
type BenchmarkReport struct {
// Description describes test case.
Description string `json:"description" yaml:"description"`
// LoadSpec represents what the load profile looks like.
LoadSpec apitypes.RunnerGroupSpec `json:"loadSpec" yaml:"loadSpec"`
// Result represents runner group's report.
Result apitypes.RunnerGroupsReport `json:"result" yaml:"result"`
// Info is additional information.
//
// FIXME(weifu): Use struct after finialized.
Info map[string]interface{} `json:"info" yaml:"info"`
}
BenchmarkReport represents runkperf-bench's result.
Click to show internal directories.
Click to hide internal directories.