moodlehq / moodle-performance-comparison

Set of shell scripts to run Moodle performance tests using different hardware and configurations and compare results.
GNU General Public License v2.0
76 stars 40 forks source link

Don't hide individual problems when reporting global problems #70

Closed stronk7 closed 3 years ago

stronk7 commented 3 years ago

Sometimes we were getting information like:

dbreads: increment - All steps data combined, 4.49% worse

And then we had to look to details and see which requests were the failing ones, they may be all, one or more...

With this change we won't be hidding individual problems when global ones are reported, so it's easier to detect which of the requests and how much (%) is being affected immediately.