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

Feat: Adds new run-time metrics visualisation to a test #833

Closed crazyplayy closed 1 year ago

crazyplayy commented 1 year ago

Description

While a test is running, the values of "Avg Latency", "Latency P90", "Error Rate", and "Avg RPM" will be automatically updated and displayed at all time. Once the test ends, no updates will be made and the values displayed will be the finals ones.

Screenshot 2023-09-21 at 15 59 54

Closes #213

Checklist