summaryrefslogtreecommitdiffstats
path: root/testing/raptor/raptor/perftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/raptor/raptor/perftest.py')
-rw-r--r--testing/raptor/raptor/perftest.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/raptor/raptor/perftest.py b/testing/raptor/raptor/perftest.py
index 6e21b6d114..ec2fa3625e 100644
--- a/testing/raptor/raptor/perftest.py
+++ b/testing/raptor/raptor/perftest.py
@@ -181,7 +181,6 @@ class Perftest(object):
if self.config["app"] in (
"chrome",
"chrome-m",
- "chromium",
"custom-car",
"cstm-car-m",
):
@@ -811,8 +810,8 @@ class PerftestDesktop(Perftest):
def desktop_chrome_args(self, test):
"""Returns cmd line options required to run pageload tests on Desktop Chrome
- and Chromium. Also add the cmd line options to turn on the proxy and
- ignore security certificate errors if using host localhost, 127.0.0.1.
+ and Chromium as Release (CaR). Also add the cmd line options to turn on the
+ proxy and ignore security certificate errors if using host localhost, 127.0.0.1.
"""
chrome_args = ["--use-mock-keychain", "--no-default-browser-check"]