| Modifier and Type | Method and Description |
|---|---|
ParallelController |
ParallelController.children(BaseThreadGroup.ThreadGroupChild... children)
Allows specifying controller children elements (samplers, listeners, post processors, etc.).
|
ParallelController |
ParallelController.generateParentSample(boolean generateParent)
Specifies whether or not to generate a sample result containing children elements results as
sub results.
|
ParallelController |
ParallelController.maxThreads(int maxThreads)
Allows limiting the number of threads used to execute children elements in parallel.
|
static ParallelController |
ParallelController.parallelController()
Same as
#parallelController(ThreadGroupChild...) but postponing children specification
to allow specifying additional settings first. |
static ParallelController |
ParallelController.parallelController(BaseThreadGroup.ThreadGroupChild... children)
Builds a Parallel Controller executing the given children elements in parallel.
|
static ParallelController |
ParallelController.parallelController(String name)
Same as
#parallelController(String, ThreadGroupChild...) but postponing children
specification to allow specifying additional settings first. |
static ParallelController |
ParallelController.parallelController(String name,
BaseThreadGroup.ThreadGroupChild... children)
Same as
#parallelController(ThreadGroupChild...) but allowing to set a name on
controller. |
Copyright © 2022. All rights reserved.