Changeset 107275 in webkit


Ignore:
Timestamp:
Feb 9, 2012 12:21:24 PM (12 years ago)
Author:
abarth@webkit.org
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r107273 r107275  
     12012-02-09  Adam Barth  <abarth@webkit.org>
     2
     3        run-perf-tests --chromium should run the chromium port
     4        https://bugs.webkit.org/show_bug.cgi?id=78266
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        This patch makes run-perf-tests work more like run-webkit-tests.
     9
     10        * Scripts/webkitpy/performance_tests/perftestsrunner.py:
     11        (PerfTestsRunner._parse_args):
     12
    1132012-02-09  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
    214
  • trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py

    r107053 r107275  
    8080            optparse.make_option("--platform",
    8181                help="Specify port/platform being tested (i.e. chromium-mac)"),
     82            optparse.make_option("--chromium",
     83                action="store_const", const='chromium', dest='platform', help='Alias for --platform=chromium'),
    8284            optparse.make_option("--builder-name",
    8385                help=("The name of the builder shown on the waterfall running this script e.g. google-mac-2.")),
Note: See TracChangeset for help on using the changeset viewer.