diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 93513b482..34a8c7058 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3406,5 +3406,29 @@ "downloadUrl": "https://repo1.maven.org/maven2/com/qainsights/readme-config-element/0.0.1/readme-config-element-0.0.1-jar-with-dependencies.jar" } } + }, + { + "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.", + "screenshotUrl": "", + "helpUrl": "https://github.com/ammyrohilla5050-dot/jmeter-coordinated-throughput-controller", + "vendor": "Amit Kumar", + "markerClass": "org.apache.jmeter.control.CoordinatedThroughputController", + "componentClasses": [ + "org.apache.jmeter.control.CoordinatedThroughputController", + "org.apache.jmeter.control.gui.CoordinatedThroughputControllerGui" + ], + "versions": { + "0.1.0": { + "changes": "Initial public release.", + "downloadUrl": "https://github.com/ammyrohilla5050-dot/jmeter-coordinated-throughput-controller/releases/download/v0.1.0/jmeter-coordinated-throughput-controller-0.1.0.jar", + "depends": [ + "jmeter-core", + "jmeter-components" + ], + "libs": {} + } + } } ]