Skip to content
Closed
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
22 changes: 19 additions & 3 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
[
{
"id": "io.github.sagaraggarwal86-configurable-aggregate-report",
"name": "Configurable Aggregate Report",
<<<<<<< HEAD
"name": "SPARK — Smart Performance Analyser & Report Kit",
"description": "A file-based Apache JMeter listener plugin for post-test JTL analysis. Provides a filterable aggregate table, CSV export, SLA threshold highlighting, and AI-generated HTML performance reports — with zero runtime overhead.",
"screenshotUrl": "https://raw.githubusercontent.com/sagaraggarwal86/Configurable_Aggregate_Report/main/docs/img.jpg",
"helpUrl": "https://github.com/sagaraggarwal86/Configurable_Aggregate_Report/blob/main/README.md",
"screenshotUrl": "https://raw.githubusercontent.com/sagaraggarwal86/spark-jmeter-plugin/main/docs/Image.jpg",
"helpUrl": "https://github.com/sagaraggarwal86/spark-jmeter-plugin/blob/main/README.md",
=======
"name": "JAAR — JTL AI Analysis & Reporting",
"description": "A file-based Apache JMeter listener plugin for post-test JTL analysis. Provides a filterable aggregate table, CSV export, SLA threshold highlighting, and AI-generated HTML performance reports — with zero runtime overhead.",
"screenshotUrl": "https://raw.githubusercontent.com/sagaraggarwal86/jaar-jmeter-plugin/main/docs/Image.jpg",
"helpUrl": "https://github.com/sagaraggarwal86/jaar-jmeter-plugin/blob/main/README.md",
>>>>>>> c64ee622 (updated plugin name bug fixes and performance improvement)
"vendor": "Sagar Aggarwal",
"markerClass": "com.personal.jmeter.listener.ListenerCollector",
"componentClasses": [
Expand All @@ -19,6 +26,15 @@
"3.1.0": {
"changes": "Configurable percentile, SLA threshold highlighting, AI-generated HTML performance report, CLI headless mode, transaction search with regex support, chart interval control",
"downloadUrl": "https://repo1.maven.org/maven2/io/github/sagaraggarwal86/Configurable_Aggregate_Report/3.1.0/Configurable_Aggregate_Report-3.1.0.jar"
},
"4.2.0": {
<<<<<<< HEAD
"changes": "Plugin renamed to SPARK, bug fixes, performance improvements",
"downloadUrl": "https://repo1.maven.org/maven2/io/github/sagaraggarwal86/spark-jmeter-plugin/4.2.0/spark-jmeter-plugin-4.2.0.jar"
=======
"changes": "Plugin renamed to JAAR, bug fixes, performance improvements",
"downloadUrl": "https://repo1.maven.org/maven2/io/github/sagaraggarwal86/jaar-jmeter-plugin/4.2.1/jaar-jmeter-plugin-4.2.1.jar"
>>>>>>> c64ee622 (updated plugin name bug fixes and performance improvement)
}
}
},
Expand Down
Loading