Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadGenerator ¶
type LoadGenerator struct {
// contains filtered or unexported fields
}
func NewLoadGenerator ¶
func NewLoadGenerator(id int, requestrate int, concurrency int, newGenerator NewGenerator, workCh chan interface{}, ctx context.Context, s *stats.Stats) *LoadGenerator
func (*LoadGenerator) Finish ¶ added in v0.1.7
func (lg *LoadGenerator) Finish() error
func (*LoadGenerator) Init ¶
func (lg *LoadGenerator) Init() error
func (*LoadGenerator) Run ¶
func (lg *LoadGenerator) Run()
Click to show internal directories.
Click to hide internal directories.