Documentation ¶ Index ¶ func ParseFio(output []byte) ([]model.Metric, error) func Run(ctx context.Context, spec Spec) model.Benchmark type Detection func Detect(ctx context.Context) Detection type Spec func DefaultSpec(profile, directory string) Spec Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParseFio ¶ func ParseFio(output []byte) ([]model.Metric, error) func Run ¶ func Run(ctx context.Context, spec Spec) model.Benchmark Types ¶ type Detection ¶ type Detection struct { Path string Version string } func Detect ¶ func Detect(ctx context.Context) Detection type Spec ¶ type Spec struct { Directory string Duration time.Duration FileSize int64 Comparable bool } func DefaultSpec ¶ func DefaultSpec(profile, directory string) Spec Source Files ¶ View all Source files disk.go Click to show internal directories. Click to hide internal directories.