Uploaded image for project: 'Olio'
  1. Olio
  2. OLIO-127

Home page image stats collection incorrect

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.1
    • 0.2
    • generic
    • None

    Description

      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.

      Attachments

        Activity

          People

            shanti Shanti Subramanyam
            shanti Shanti Subramanyam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment