зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1605880 - Use consistent fission perfherder data naming for talos/raptor/awsy r=sparky,Marian
Differential Revision: https://phabricator.services.mozilla.com/D58299 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
7e8bb1db07
Коммит
fba75b1823
|
@ -90,7 +90,7 @@ class TestMemoryUsage(AwsyTestCase):
|
|||
self._extra_opts = ["tp6"]
|
||||
|
||||
if self.marionette.get_pref('fission.autostart'):
|
||||
self._extra_opts.append("fission-enabled")
|
||||
self._extra_opts.append("fission")
|
||||
|
||||
# Now we setup the mitm proxy with our tp6 pageset.
|
||||
tp6_pageset_manifest = os.path.join(AWSY_PATH, 'tp6-pageset.manifest')
|
||||
|
|
|
@ -179,7 +179,7 @@ class RaptorResultsHandler(PerftestResultsHandler):
|
|||
if self.no_conditioned_profile:
|
||||
new_result.extra_options.append('nocondprof')
|
||||
if self.fission_enabled:
|
||||
new_result.extra_options.append('fission_enabled')
|
||||
new_result.extra_options.append('fission')
|
||||
self.results.append(new_result)
|
||||
|
||||
def summarize_and_output(self, test_config, tests, test_names):
|
||||
|
|
|
@ -12,7 +12,8 @@ from raptor.raptor import RaptorAndroid
|
|||
|
||||
|
||||
def test_no_device():
|
||||
raptor = RaptorAndroid('geckoview', 'org.mozilla.org.mozilla.geckoview_example', cpu_test=True)
|
||||
raptor = RaptorAndroid('geckoview', 'org.mozilla.org.mozilla.geckoview_example',
|
||||
cpu_test=True, no_conditioned_profile=False)
|
||||
raptor.device = None
|
||||
resp = cpu.start_android_cpu_profiler(raptor)
|
||||
assert resp is None
|
||||
|
|
Загрузка…
Ссылка в новой задаче