types

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2024 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL