Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadTest ¶
type LoadTest struct { Params // contains filtered or unexported fields }
func NewLoadTest ¶
type LoadTester ¶
type LoadTester struct {
// contains filtered or unexported fields
}
func NewLoadTester ¶
func NewLoadTester(params TesterParams) *LoadTester
func (*LoadTester) GetStats ¶
func (t *LoadTester) GetStats() *testerStats
func (*LoadTester) IsRunning ¶
func (t *LoadTester) IsRunning() bool
func (*LoadTester) PublishTrack ¶
func (*LoadTester) Reset ¶
func (t *LoadTester) Reset()
func (*LoadTester) Start ¶
func (t *LoadTester) Start() error
func (*LoadTester) Stop ¶
func (t *LoadTester) Stop()
Click to show internal directories.
Click to hide internal directories.