Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Gatling group response time metric configuration option #1838

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

letsrokk
Copy link
Contributor

@letsrokk letsrokk commented May 20, 2024

Summary:

In Gatling HTML reports, requests group response time metric can be either calculated as a cumulated response time of all requests in the group or as a total duration (https://docs.gatling.io/reference/stats/timings/#duration). This is controlled by the Gatling property gatling.charting.useGroupDurationMetric and only affects what value is displayed in the report.

I'd like to introduce a similar configuration option for the Taurus reporter so that we can have matching simulation results in the Taurus console reporter, Blazemeter and Gatling reports


Each PR must conform to Developer's Guide.

Quick checklist:

  • Description of PR explains the context of change
  • Unit tests cover the change, no broken tests
  • No static analysis warnings (Codacy etc.)
  • Documentation update ('available in the unstable snapshot' warning if necessary)
  • Changes file inside site/dat/docs/changes directory, one-line note of change inside

Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.77%. Comparing base (b46ec15) to head (26c6c53).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1838      +/-   ##
==========================================
+ Coverage   89.74%   89.77%   +0.03%     
==========================================
  Files          71       71              
  Lines       19531    19548      +17     
==========================================
+ Hits        17527    17548      +21     
+ Misses       2004     2000       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant