Skip to content
Open
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
19 changes: 19 additions & 0 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
[
{
"id": "io.github.sagaraggarwal86-bpm-jmeter-plugin",
"name": "BPM — Browser Performance Metrics",
"description": "A live JMeter listener plugin for capturing browser rendering metrics via Chrome DevTools Protocol. Features include Core Web Vitals (LCP, FCP, CLS, TTFB), Network & Console capture, Composite Performance Score, SLA Threshold Highlighting, Improvement Area Detection, Filter by Start/End Offset & Transaction Names with RegEx support, CLI Headless Mode, Chart Interval Control, AI-Analyzed HTML Performance Report, and Excel Export — with zero test-run overhead.",
"screenshotUrl": "https://raw.githubusercontent.com/sagaraggarwal86/BPM-jmeter-plugin/main/docs/Image.jpg",
"helpUrl": "https://github.com/sagaraggarwal86/BPM-jmeter-plugin/blob/main/README.md",
"vendor": "Sagar Aggarwal",
"markerClass": "io.github.sagaraggarwal86.jmeter.bpm.core.BpmListener",
"componentClasses": [
"io.github.sagaraggarwal86.jmeter.bpm.core.BpmListener",
"io.github.sagaraggarwal86.jmeter.bpm.gui.BpmListenerGui"
],
"versions": {
"1.0.0": {
"changes": "Initial release",
"downloadUrl": "https://repo1.maven.org/maven2/io/github/sagaraggarwal86/bpm-jmeter-plugin/1.0.0/bpm-jmeter-plugin-1.0.0.jar"
}
}
},
{
"id": "io.github.sagaraggarwal86-configurable-aggregate-report",
"name": "JAAR — JTL AI Analysis & Reporting",
Expand Down
Loading