Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + func RunWithDifferentFilesystems(ctx context.Context, b *testing.B, machine harness.Machine, bm FSBenchmark) + type FSBenchmark struct + Callback func(b *testing.B, output string) + CleanCmd []string + Image string + RunCmd []string + Variants []Variant + WantOutput string + WorkDir string + type Variant struct + func TypicalVariants() []Variant