Skip to content

Commit 11aa2ea

Browse files
Update Coordinated Throughput Controller to 0.1.1 (#846)
* Update Coordinated Throughput Controller to 0.1.1 * Refine Coordinated Throughput Controller description
1 parent 7ebea92 commit 11aa2ea

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

site/dat/repo/various.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3410,7 +3410,7 @@
34103410
{
34113411
"id": "coordinated-throughput-controller",
34123412
"name": "Coordinated Throughput Controller",
3413-
"description": "A JMeter Logic Controller that coordinates sibling branches so one weighted branch is selected per parent iteration. If sibling weights add up to less than 100, the remainder intentionally selects no coordinated branch.",
3413+
"description": "A replacement for JMeter's standard Throughput Controller when sibling flows must be mutually exclusive. It coordinates sibling controllers so only one controller runs per parent iteration, fixing cases where multiple Throughput Controllers can run in the same iteration and overwrite variables or execute conflicting business paths.",
34143414
"screenshotUrl": "",
34153415
"helpUrl": "https://github.com/ammyrohilla5050-dot/jmeter-coordinated-throughput-controller",
34163416
"vendor": "Amit Kumar",
@@ -3428,6 +3428,15 @@
34283428
"jmeter-components"
34293429
],
34303430
"libs": {}
3431+
},
3432+
"0.1.1": {
3433+
"changes": "Fixes nested controller handling inside Coordinated Throughput Controller. The selected controller can now reliably contain Transaction Controller, Loop Controller, Generic Controller, If Controller, Include Controller, and sampler stacks.",
3434+
"downloadUrl": "https://github.com/ammyrohilla5050-dot/jmeter-coordinated-throughput-controller/releases/download/v0.1.1/jmeter-coordinated-throughput-controller-0.1.1.jar",
3435+
"depends": [
3436+
"jmeter-core",
3437+
"jmeter-components"
3438+
],
3439+
"libs": {}
34313440
}
34323441
}
34333442
}

0 commit comments

Comments
 (0)