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
21 changes: 21 additions & 0 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -2580,5 +2580,26 @@
"depends": ["jmeter-core", "jmeter-components"]
}
}
},
{
"componentClasses": [
"dukhi.a.jmeter.config.UniqueCSVDataSet"
],
"description": "This CSV config plugin offers two distinctive features.<ul>1. The ability to provide CSV data only to specified Thread Groups<br>2. The ability to designate the number of data records that can be used in each Thread.<br>&nbsp;&nbsp;&nbsp;&nbsp;(Effect of unique data allocation.)</ul>",
"helpUrl": "https://github.com/adukhi/Unique-CSV-DataSet-Config",
"id": "unique-csv-data-set-config",
"markerClass": "dukhi.a.jmeter.config.UniqueCSVDataSet",
"name": "Unique CSV dataset config",
"screenshotUrl": "https://raw.githubusercontent.com/adukhi/Unique-CSV-DataSet-Config/refs/heads/main/image/screen.png",
"vendor": "HYUNDAI AUTOEVER CORP",
"versions": {
"0.9": {
"depends": [
"jmeter-core",
"jmeter-components"
],
"downloadUrl": "https://github.com/adukhi/Unique-CSV-DataSet-Config/releases/download/v0.9.0/unique-csv-data-set-config-0.9.0.jar"
}
}
}
]