Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSimulation ¶
NewSimulation returns new upload simulation
Types ¶
type Options ¶
type Options struct { ChunksPerNode int // number of chunks to upload per node GasPrice string PostageAmount int64 PostageDepth uint64 PostageLabel string Seed int64 UploadNodeCount int UploadDelay time.Duration }
Options represents simulation options
func NewDefaultOptions ¶
func NewDefaultOptions() Options
NewDefaultOptions returns new default options
type Simulation ¶
type Simulation struct {
// contains filtered or unexported fields
}
Simulation instance
func (*Simulation) Report ¶ added in v0.8.4
func (c *Simulation) Report() []prometheus.Collector
func (*Simulation) Run ¶
func (s *Simulation) Run(ctx context.Context, cluster orchestration.Cluster, opts interface{}) (err error)
Run executes retrieval simulation
Click to show internal directories.
Click to hide internal directories.