Title: [107275] trunk/Tools
Revision
107275
Author
[email protected]
Date
2012-02-09 12:21:24 -0800 (Thu, 09 Feb 2012)

Log Message

run-perf-tests --chromium should run the chromium port
https://bugs.webkit.org/show_bug.cgi?id=78266

Reviewed by Ryosuke Niwa.

This patch makes run-perf-tests work more like run-webkit-tests.

* Scripts/webkitpy/performance_tests/perftestsrunner.py:
(PerfTestsRunner._parse_args):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (107274 => 107275)


--- trunk/Tools/ChangeLog	2012-02-09 20:20:41 UTC (rev 107274)
+++ trunk/Tools/ChangeLog	2012-02-09 20:21:24 UTC (rev 107275)
@@ -1,3 +1,15 @@
+2012-02-09  Adam Barth  <[email protected]>
+
+        run-perf-tests --chromium should run the chromium port
+        https://bugs.webkit.org/show_bug.cgi?id=78266
+
+        Reviewed by Ryosuke Niwa.
+
+        This patch makes run-perf-tests work more like run-webkit-tests.
+
+        * Scripts/webkitpy/performance_tests/perftestsrunner.py:
+        (PerfTestsRunner._parse_args):
+
 2012-02-09  Jesus Sanchez-Palencia  <[email protected]>
 
         [Qt][WK2] run-webkit-tests --qt  crashes if WEBKIT_TESTFONTS is not set

Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py (107274 => 107275)


--- trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py	2012-02-09 20:20:41 UTC (rev 107274)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py	2012-02-09 20:21:24 UTC (rev 107275)
@@ -79,6 +79,8 @@
                 help='Set the configuration to Release'),
             optparse.make_option("--platform",
                 help="Specify port/platform being tested (i.e. chromium-mac)"),
+            optparse.make_option("--chromium",
+                action="" const='chromium', dest='platform', help='Alias for --platform=chromium'),
             optparse.make_option("--builder-name",
                 help=("The name of the builder shown on the waterfall running this script e.g. google-mac-2.")),
             optparse.make_option("--build-number",
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to