Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Check ¶
type Check struct {
// contains filtered or unexported fields
}
Check instance
func (*Check) Report ¶ added in v0.8.10
func (c *Check) Report() []prometheus.Collector
type LoadCheck ¶ added in v0.11.5
type LoadCheck struct {
// contains filtered or unexported fields
}
Check instance
func (*LoadCheck) Report ¶ added in v0.11.5
func (c *LoadCheck) Report() []prometheus.Collector
type Options ¶
type Options struct { ContentSize int64 RndSeed int64 PostageAmount int64 PostageDepth uint64 TxOnErrWait time.Duration RxOnErrWait time.Duration NodesSyncWait time.Duration Duration time.Duration UploadTimeout time.Duration DownloadTimeout time.Duration // load test params UploaderCount int UploadGroups []string DownloaderCount int DownloadGroups []string MaxUseBatch time.Duration MaxStorageRadius uint8 StorageRadiusCheckWait time.Duration }
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.