Add New BPM Browser Performance Metrics plugin initial release#811
Open
sagaraggarwal86 wants to merge 1 commit intoundera:masterfrom
Open
Add New BPM Browser Performance Metrics plugin initial release#811sagaraggarwal86 wants to merge 1 commit intoundera:masterfrom
sagaraggarwal86 wants to merge 1 commit intoundera:masterfrom
Conversation
Contributor
Author
|
Sample_HTML_Report.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I'd like to submit a new plugin — BPM (Browser Performance Metrics) — for inclusion in the repository.
This plugin fills a gap that I personally ran into while running browser-based load tests with WebDriver Sampler: JMeter gives you response times, but tells you nothing about what the browser actually experienced. BPM fixes that by tapping directly into Chrome DevTools Protocol during test execution.
What it does:
Why it's useful:
Plugin is on Maven Central (io.github.sagaraggarwal86:bpm-jmeter-plugin:1.0.0), Apache 2.0 licensed, and targets JMeter 5.6.3 / Java 17.
Happy to answer any questions or make adjustments to the entry.