Home page image stats collection incorrect
------------------------------------------
Key: OLIO-127
URL: https://issues.apache.org/jira/browse/OLIO-127
Project: Olio
Issue Type: Bug
Components: generic
Affects Versions: 0.1
Reporter: Shanti Subramanyam
Assignee: Shanti Subramanyam
Priority: Minor
Fix For: 0.2
In the driver code for all implementations, at the end of doHomePage(), there
is this code :
if (ctx.isTxSteadyState())
driverMetrics.homePageImages += images.size();
driverMetrics.homePageImagesLoaded += imagesLoaded;
driverMetrics.homePageImageBytes += imgBytes;
All three statements should be bracketed within the 'if'. Otherwise, the
imagesLoaded and imgBytes are being added all the time, not just in
steady-state resulting in incorrect stats for these fields in the summary
report.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.