Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -3410,7 +3410,7 @@
{
"id": "coordinated-throughput-controller",
"name": "Coordinated Throughput Controller",
"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.",
"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.",
"screenshotUrl": "",
"helpUrl": "https://github.com/ammyrohilla5050-dot/jmeter-coordinated-throughput-controller",
"vendor": "Amit Kumar",
Expand All @@ -3428,6 +3428,15 @@
"jmeter-components"
],
"libs": {}
},
"0.1.1": {
"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.",
"downloadUrl": "https://github.com/ammyrohilla5050-dot/jmeter-coordinated-throughput-controller/releases/download/v0.1.1/jmeter-coordinated-throughput-controller-0.1.1.jar",
"depends": [
"jmeter-core",
"jmeter-components"
],
"libs": {}
}
}
}
Expand Down
Loading