Title: [133229] trunk/Tools
Revision
133229
Author
zol...@webkit.org
Date
2012-11-01 14:59:16 -0700 (Thu, 01 Nov 2012)

Log Message

Remove PageLoad directory entry from PerformanceTests pattern_map
https://bugs.webkit.org/show_bug.cgi?id=100989

Reviewed by Ryosuke Niwa.

Since we removed PageLoad directory from PerformanceTests we don't need this entry in pattern_map.

* Scripts/webkitpy/performance_tests/perftest.py:
(PerfTestFactory):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (133228 => 133229)


--- trunk/Tools/ChangeLog	2012-11-01 21:59:12 UTC (rev 133228)
+++ trunk/Tools/ChangeLog	2012-11-01 21:59:16 UTC (rev 133229)
@@ -1,3 +1,15 @@
+2012-11-01  Zoltan Horvath  <zol...@webkit.org>
+
+        Remove PageLoad directory entry from PerformanceTests pattern_map
+        https://bugs.webkit.org/show_bug.cgi?id=100989
+
+        Reviewed by Ryosuke Niwa.
+
+        Since we removed PageLoad directory from PerformanceTests we don't need this entry in pattern_map.
+
+        * Scripts/webkitpy/performance_tests/perftest.py:
+        (PerfTestFactory):
+
 2012-11-01  Jer Noble  <jer.no...@apple.com>
 
         Add LLDB-Python scripts to support WebKit data types.

Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py (133228 => 133229)


--- trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2012-11-01 21:59:12 UTC (rev 133228)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2012-11-01 21:59:16 UTC (rev 133229)
@@ -381,7 +381,6 @@
 
     _pattern_map = [
         (re.compile(r'^inspector/'), ChromiumStylePerfTest),
-        (re.compile(r'^PageLoad/'), PageLoadingPerfTest),
         (re.compile(r'(.+)\.replay$'), ReplayPerfTest),
     ]
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to