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
24 changes: 24 additions & 0 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
}
}
]
Loading