Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloudEventsTargeter ¶
type CloudEventsTargeter struct {
// contains filtered or unexported fields
}
func NewCloudEventsTargeter ¶
func (CloudEventsTargeter) VegetaTargeter ¶
func (cet CloudEventsTargeter) VegetaTargeter() vegeta.Targeter
type HttpLoadGenerator ¶
type HttpLoadGenerator struct {
// contains filtered or unexported fields
}
func (HttpLoadGenerator) SendEndEvent ¶
func (h HttpLoadGenerator) SendEndEvent()
func (HttpLoadGenerator) SendGCEvent ¶
func (h HttpLoadGenerator) SendGCEvent()
type LoadGenerator ¶
type LoadGeneratorFactory ¶
type LoadGeneratorFactory func(eventSource string, sentCh chan common.EventTimestamp, acceptedCh chan common.EventTimestamp) (LoadGenerator, error)
func NewHttpLoadGeneratorFactory ¶
func NewHttpLoadGeneratorFactory(sinkUrl string, minWorkers uint64) LoadGeneratorFactory
Click to show internal directories.
Click to hide internal directories.