Documentation
¶
Index ¶
- func LoadTestConcurrencyConstraints(r tester.ConcurrencyRunner, o interface{}, start tester.Workers, ...) error
- func LoadTestConcurrencyFixed(r tester.ConcurrencyRunner, o interface{}, ws ...tester.Workers) error
- func LoadTestThroughputConstraints(r tester.ThroughputRunner, o interface{}, start tester.QPS, g tester.Growth, ...) error
- func LoadTestThroughputFixed(r tester.ThroughputRunner, o interface{}, qs ...tester.QPS) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadTestConcurrencyConstraints ¶
func LoadTestConcurrencyConstraints(r tester.ConcurrencyRunner, o interface{}, start tester.Workers, g tester.Growth, cs ...*tester.Constraint) error
LoadTestConcurrencyConstraints automatically tries to find a breakpoint based on provided constraints checks.
func LoadTestConcurrencyFixed ¶
func LoadTestConcurrencyFixed(r tester.ConcurrencyRunner, o interface{}, ws ...tester.Workers) error
LoadTestConcurrencyFixed runs predefined set of throughput tests.
func LoadTestThroughputConstraints ¶
func LoadTestThroughputConstraints(r tester.ThroughputRunner, o interface{}, start tester.QPS, g tester.Growth, cs ...*tester.Constraint) error
LoadTestThroughputConstraints automatically tries to find a breakpoint based on provided constraints checks.
func LoadTestThroughputFixed ¶
func LoadTestThroughputFixed(r tester.ThroughputRunner, o interface{}, qs ...tester.QPS) error
LoadTestThroughputFixed runs predefined set of throughput tests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.