Title: [126497] trunk/Tools
- Revision
- 126497
- Author
- [email protected]
- Date
- 2012-08-23 16:12:47 -0700 (Thu, 23 Aug 2012)
Log 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):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (126496 => 126497)
--- trunk/Tools/ChangeLog 2012-08-23 23:05:18 UTC (rev 126496)
+++ trunk/Tools/ChangeLog 2012-08-23 23:12:47 UTC (rev 126497)
@@ -1,3 +1,15 @@
+2012-08-23 Ryosuke Niwa <[email protected]>
+
+ 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):
+
2012-08-23 Wei Jia <[email protected]>
create different WebKit::WebMediaPlayer based on URL
Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py (126496 => 126497)
--- trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py 2012-08-23 23:05:18 UTC (rev 126496)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py 2012-08-23 23:12:47 UTC (rev 126497)
@@ -319,9 +319,7 @@
_log.error("Web page replay didn't start.")
return None
- super(ReplayPerfTest, self).run_single(driver, "about:blank", time_out_ms)
- _log.debug("Loading the page")
-
+ _log.debug("Web page replay started. Loading the page.")
output = super(ReplayPerfTest, self).run_single(driver, self._url, time_out_ms, should_run_pixel_test=True)
if self.run_failed(output):
return None
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes