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
10 changes: 7 additions & 3 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"id": "io.github.sagaraggarwal86-configurable-aggregate-report",
"name": "Configurable Aggregate Report",
"name": "SPARK — Smart Performance Analyser & Report Kit",
Copy link
Copy Markdown
Owner

@undera undera Mar 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will confuse the users. There is a well-known technology of Spark and your plugin has nothing to do with it.
I suggest you to think of something that would differentiate your naming.

"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",
"vendor": "Sagar Aggarwal",
"markerClass": "com.personal.jmeter.listener.ListenerCollector",
"componentClasses": [
Expand All @@ -19,6 +19,10 @@
"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": {
"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"
}
}
},
Expand Down
Loading