| Modifier and Type | Method and Description |
|---|---|
ParallelController |
ParallelController.generateParentSample()
Specifies whether to generate a sample result containing children elements results as sub
results.
|
ParallelController |
ParallelController.generateParentSample(boolean enable)
Same as
generateParentSample() but allowing to enable and disable the setting. |
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 © 2023. All rights reserved.