Hi,
The implementation of grouping requests is really a very good thing. We can have now, a idea of the response time for an entire page html.
However the results of the gatling stats (picture below) seems (for my part) not representative.
For example, for the grouping request ('Accueil, picture below), you compute :
-
the max value with the max of each child’s requests (same thing for the min)
-
the mean value with the average of each child’s request.
-
…
Is it not better to sum all the values for the max, min, mean ? (grouping is the sum)
Thank for your answer
Bests regards
Gilles