Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Bytes int // how many bytes to upload each time NodeGroup string Runs int // how many runs to do Seed int64 Timeout time.Duration UploadNodeCount int }
Options represents smoke test options
func NewDefaultOptions ¶ added in v0.7.0
func NewDefaultOptions() Options
NewDefaultOptions returns new default options
Click to show internal directories.
Click to hide internal directories.