bench

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 10 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
	GDRDMA     string `json:"gdrdma,omitempty"`
}

func Run

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

func RunWithOptions added in v1.1.0

func RunWithOptions(ctx context.Context, runner execRunnerV2, tool Tool, opts Options) (*BenchResult, error)

type ExecResult added in v1.1.0

type ExecResult struct {
	Stdout []byte
	Stderr []byte
}

type Options added in v1.1.0

type Options struct {
	Duration  time.Duration
	Server    string
	UseCUDA   *int
	GPUs      int
	NCCLDebug bool
	ExtraArgs []string
}

type Tool

type Tool string
const (
	ToolGPUBurn       Tool = "gpu-burn"
	ToolNVBandwidth   Tool = "nvbandwidth"
	ToolBandwidthTest Tool = "bandwidthTest"
	ToolPerftest      Tool = "perftest"
	ToolNCCLTests     Tool = "nccl-tests"
)

Jump to

Keyboard shortcuts

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