Farfetch / maestro

A load testing tool to make tests execution and analysis using JMeter.
https://Farfetch.github.io/maestro
MIT License
32 stars 4 forks source link

Fix: Load Profile values are divided among agents #809

Closed crazyplayy closed 1 year ago

crazyplayy commented 1 year ago

Description

The chart drawn in the Load Profiler component when creating a test is representative of the RPS values of 1 agent. The chart drawn when the test is executed is representative of the expected RPS of all agents combined.

Load Profiler in a Run Configuration (Values for 1 agent): Screenshot 2023-09-06 at 16 42 07 Load Profiler during a Run (with 2 agents): Screenshot 2023-09-06 at 16 41 52

Closes #765

Checklist