Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var K9sBenchDir = filepath.Join(os.TempDir(), fmt.Sprintf("k9s-bench-%s", config.MustK9sUser()))
K9sBenchDir directory to store K9s Benchmark files.
Functions ¶
This section is empty.
Types ¶
type Benchmark ¶
type Benchmark struct {
// contains filtered or unexported fields
}
Benchmark puts a workload under load.
func NewBenchmark ¶
func NewBenchmark(base, version string, cfg config.BenchConfig) (*Benchmark, error)
NewBenchmark returns a new benchmark.
Click to show internal directories.
Click to hide internal directories.