Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.0.2
-
Component/s: controller
-
Labels:None
Description
Currently values on the graph is just sum of average mean test time for all tests.
Actually this is wrong. Mean Test Time in total Statistics is calculated well by grinder using following calculation.
- sum timedTest / count timedTest
So If we compare two values they shows different trends.
Check the attached screenshot
It happens there are multiple tests in a script.