I use useGroupDurationMetric=true in the gatling.conf to summ all RT’s for requests in a conditional loop wich are separated by pause(1).
It works fine in my local env but doesn’t work in the AWS Enterprise.
I would be gratefull for any hint.
I use useGroupDurationMetric=true in the gatling.conf to summ all RT’s for requests in a conditional loop wich are separated by pause(1).
It works fine in my local env but doesn’t work in the AWS Enterprise.
I would be gratefull for any hint.
Sorry, I don’t understand your question.
useGroupDurationMetric
is only used for the HTML reports that only display 1 metric for groups.
Gatling Enterprise reports display both “Group Duration” and “Cumulated Response Time” metrics in dedicated charts (in “Groups” tab).
Thank you Stéphane
I was looking for a Group time on the Requests tab and overlooked Group tab.