bench

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrToolNotInstalled = errors.New("benchmark tool not installed")

Functions

func IsKnownTool

func IsKnownTool(tool Tool) bool

Types

type BenchResult

type BenchResult struct {
	Tool       string
	Duration   time.Duration
	Throughput float64
	Unit       string
	RawLog     string
}

func Run

func Run(ctx context.Context, runner execRunner, tool Tool, duration time.Duration) (*BenchResult, error)

type Tool

type Tool string
const (
	ToolGPUBurn       Tool = "gpu-burn"
	ToolNVBandwidth   Tool = "nvbandwidth"
	ToolBandwidthTest Tool = "bandwidthTest"
)

Jump to

Keyboard shortcuts

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