You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/request-generation/weighted-switch-controller.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,4 +30,33 @@ public class PerformanceTest {
30
30
}
31
31
```
32
32
33
+
By default `weightedSwitchController` will execute their children sequentially it is possible to change this behavior to execute them randomly by using `.randomChoice(true)`
[DslWeightedSwitchController](/jmeter-java-dsl/src/main/java/us/abstracta/jmeter/javadsl/core/controllers/DslWeightedSwitchController.java) for more details.
0 commit comments