measure

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Measure

func Measure(ctx context.Context, kubeconfigPath, namespace, resultDir string, images []string) error

Types

type Benchmark

type Benchmark struct {
	Image        string
	Measurements []Measurement
}

type Measurement

type Measurement struct {
	Start    time.Time
	Stop     time.Time
	Duration time.Duration
}

type Result

type Result struct {
	Benchmarks []Benchmark
}

Jump to

Keyboard shortcuts

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