Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
CloudURL string // gs://bucket/[prefix]
LocalDir string
Size int64
MaxWorkers int
BlockSize int64
RandReads int
DryRun bool
OutPath string
Benchmarks []string // if non-empty, only run these benchmark names
Labels [][2]string // extra columns appended to every CSV row: [colName, value]
}
Options configures a benchmark run.
Click to show internal directories.
Click to hide internal directories.