Changeset 126497 in webkit


Ignore:
Timestamp:
Aug 23, 2012 4:12:47 PM (12 years ago)
Author:
rniwa@webkit.org
Message:

Replay tests take forever to load
https://bugs.webkit.org/show_bug.cgi?id=94764

Reviewed by Adam Barth.

Don't load about:blank at the beginning. This appears to clog the DRT.

  • Scripts/webkitpy/performance_tests/perftest.py:

(ReplayPerfTest.run_single):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r126463 r126497  
     12012-08-23  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Replay tests take forever to load
     4        https://bugs.webkit.org/show_bug.cgi?id=94764
     5
     6        Reviewed by Adam Barth.
     7
     8        Don't load about:blank at the beginning. This appears to clog the DRT.
     9
     10        * Scripts/webkitpy/performance_tests/perftest.py:
     11        (ReplayPerfTest.run_single):
     12
    1132012-08-23  Wei Jia  <wjia@chromium.org>
    214
  • trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py

    r125812 r126497  
    320320                return None
    321321
    322             super(ReplayPerfTest, self).run_single(driver, "about:blank", time_out_ms)
    323             _log.debug("Loading the page")
    324 
     322            _log.debug("Web page replay started. Loading the page.")
    325323            output = super(ReplayPerfTest, self).run_single(driver, self._url, time_out_ms, should_run_pixel_test=True)
    326324            if self.run_failed(output):
Note: See TracChangeset for help on using the changeset viewer.