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

Refactor RunSummaryTable and OverviewMetrics code #834

Closed crazyplayy closed 1 year ago

crazyplayy commented 1 year ago

Description

There's a lot of code repetition between these two files. Besides, both are making calls to the API returning the same information

Solution

Refactor the code in both classes and create a new one that makes the API calls and returns the values to both classes