Skip to content

Commit 7ebea92

Browse files
Add Coordinated Throughput Controller plugin (#844)
* Add Coordinated Throughput Controller plugin * Add Coordinated Throughput Controller plugin * Remove plugin wiki page
1 parent 1f56179 commit 7ebea92

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

site/dat/repo/various.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3406,5 +3406,29 @@
34063406
"downloadUrl": "https://repo1.maven.org/maven2/com/qainsights/readme-config-element/0.0.1/readme-config-element-0.0.1-jar-with-dependencies.jar"
34073407
}
34083408
}
3409+
},
3410+
{
3411+
"id": "coordinated-throughput-controller",
3412+
"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.",
3414+
"screenshotUrl": "",
3415+
"helpUrl": "https://github.com/ammyrohilla5050-dot/jmeter-coordinated-throughput-controller",
3416+
"vendor": "Amit Kumar",
3417+
"markerClass": "org.apache.jmeter.control.CoordinatedThroughputController",
3418+
"componentClasses": [
3419+
"org.apache.jmeter.control.CoordinatedThroughputController",
3420+
"org.apache.jmeter.control.gui.CoordinatedThroughputControllerGui"
3421+
],
3422+
"versions": {
3423+
"0.1.0": {
3424+
"changes": "Initial public release.",
3425+
"downloadUrl": "https://github.com/ammyrohilla5050-dot/jmeter-coordinated-throughput-controller/releases/download/v0.1.0/jmeter-coordinated-throughput-controller-0.1.0.jar",
3426+
"depends": [
3427+
"jmeter-core",
3428+
"jmeter-components"
3429+
],
3430+
"libs": {}
3431+
}
3432+
}
34093433
}
34103434
]

0 commit comments

Comments
 (0)