зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1593598 - Investigate failures of browsertime speedometer test on Windows r=perftest-reviewers,rwood
Differential Revision: https://phabricator.services.mozilla.com/D54183 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
9705cbd3c7
Коммит
c4d60fe371
|
@ -41,8 +41,9 @@ class Benchmark(object):
|
|||
# Some benchmarks may have been downloaded from a fetch task, make
|
||||
# sure they get copied over.
|
||||
fetches_dir = os.environ.get('MOZ_FETCHES_DIR')
|
||||
if fetches_dir and os.path.isdir(fetches_dir):
|
||||
if test.get('fetch_task', False) and fetches_dir and os.path.isdir(fetches_dir):
|
||||
for name in os.listdir(fetches_dir):
|
||||
if test.get('fetch_task') in name:
|
||||
path = os.path.join(fetches_dir, name)
|
||||
if os.path.isdir(path):
|
||||
shutil.copytree(path, os.path.join(self.bench_dir, name))
|
||||
|
|
|
@ -8,6 +8,7 @@ lower_is_better = true
|
|||
alert_threshold = 2.0
|
||||
gecko_profile_interval = 1
|
||||
gecko_profile_entries = 2000000
|
||||
fetch_task = assorted-dom
|
||||
|
||||
[raptor-assorted-dom-firefox]
|
||||
apps = firefox
|
||||
|
|
|
@ -16,6 +16,7 @@ subtest_lower_is_better = true
|
|||
alert_threshold = 2.0
|
||||
gecko_profile_interval = 1
|
||||
gecko_profile_entries = 14000000
|
||||
fetch_task = jetstream2
|
||||
|
||||
|
||||
[raptor-jetstream2-firefox]
|
||||
|
|
|
@ -8,6 +8,7 @@ lower_is_better = false
|
|||
alert_threshold = 2.0
|
||||
gecko_profile_interval = 1
|
||||
gecko_profile_entries = 8000000
|
||||
fetch_task = unity-webgl
|
||||
|
||||
[raptor-unity-webgl-firefox]
|
||||
apps = firefox
|
||||
|
|
|
@ -14,6 +14,7 @@ lower_is_better = true
|
|||
alert_threshold = 2.0
|
||||
gecko_profile_interval = 1
|
||||
gecko_profile_entries = 4000000
|
||||
fetch_task = wasm-misc
|
||||
|
||||
[raptor-wasm-misc-baseline-firefox]
|
||||
apps = firefox
|
||||
|
|
|
@ -12,6 +12,7 @@ page_timeout = 1200000
|
|||
unit = ms
|
||||
lower_is_better = true
|
||||
alert_threshold = 2.0
|
||||
fetch_task = wasm-misc
|
||||
|
||||
[raptor-wasm-misc-cranelift-firefox]
|
||||
apps = firefox
|
||||
|
|
|
@ -14,6 +14,7 @@ lower_is_better = true
|
|||
alert_threshold = 2.0
|
||||
gecko_profile_interval = 1
|
||||
gecko_profile_entries = 4000000
|
||||
fetch_task = wasm-misc
|
||||
|
||||
[raptor-wasm-misc-ion-firefox]
|
||||
apps = firefox
|
||||
|
|
|
@ -14,6 +14,7 @@ lower_is_better = true
|
|||
alert_threshold = 2.0
|
||||
gecko_profile_interval = 1
|
||||
gecko_profile_entries = 4000000
|
||||
fetch_task = wasm-misc
|
||||
|
||||
[raptor-wasm-misc-firefox]
|
||||
apps = firefox
|
||||
|
|
Загрузка…
Ссылка в новой задаче