зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1517800 Add Pinterest to tp6 r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D16048 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
9b555d0f4a
Коммит
4aeedf5b2e
|
@ -299,6 +299,30 @@ raptor-tp6-8-chrome:
|
|||
- --test=raptor-tp6-8
|
||||
- --app=chrome
|
||||
|
||||
raptor-tp6-9-firefox:
|
||||
description: "Raptor tp6-9 on Firefox"
|
||||
try-name: raptor-tp6-9-firefox
|
||||
treeherder-symbol: Rap(tp6-9)
|
||||
run-on-projects: ['try', 'mozilla-central']
|
||||
tier: 2
|
||||
mozharness:
|
||||
extra-options:
|
||||
- --test=raptor-tp6-9
|
||||
|
||||
raptor-tp6-9-chrome:
|
||||
description: "Raptor tp6-9 on Chrome"
|
||||
try-name: raptor-tp6-9-chrome
|
||||
treeherder-symbol: Rap-C(tp6-9)
|
||||
run-on-projects: ['try', 'mozilla-central']
|
||||
tier:
|
||||
by-test-platform:
|
||||
linux64.*: 3
|
||||
default: 2
|
||||
mozharness:
|
||||
extra-options:
|
||||
- --test=raptor-tp6-9
|
||||
- --app=chrome
|
||||
|
||||
raptor-tp6-10-firefox:
|
||||
description: "Raptor tp6-10 on Firefox"
|
||||
try-name: raptor-tp6-10-firefox
|
||||
|
|
|
@ -88,6 +88,7 @@ raptor-firefox:
|
|||
- raptor-tp6-6-firefox
|
||||
- raptor-tp6-7-firefox
|
||||
- raptor-tp6-8-firefox
|
||||
- raptor-tp6-9-firefox
|
||||
- raptor-tp6-10-firefox
|
||||
- raptor-speedometer-firefox
|
||||
- raptor-stylebench-firefox
|
||||
|
@ -121,6 +122,7 @@ raptor-chrome:
|
|||
- raptor-tp6-6-chrome
|
||||
- raptor-tp6-7-chrome
|
||||
- raptor-tp6-8-chrome
|
||||
- raptor-tp6-9-firefox
|
||||
- raptor-tp6-10-chrome
|
||||
- raptor-speedometer-chrome
|
||||
- raptor-stylebench-chrome
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"size": 11627712,
|
||||
"visibility": "public",
|
||||
"digest": "a0dd4ccb99bac02a38b3c67baa08296c3e894837aba1c1b0750c592db6ff962ab0c61f557ffb45c2ea77e95345954a0786bf764448d090cc6cf76679d1a8a616",
|
||||
"algorithm": "sha512",
|
||||
"filename": "mitmproxy-tp6-pinterest.zip",
|
||||
"unpack": true
|
||||
}
|
||||
]
|
|
@ -7,6 +7,7 @@
|
|||
[include:tests/raptor-tp6-6.ini]
|
||||
[include:tests/raptor-tp6-7.ini]
|
||||
[include:tests/raptor-tp6-8.ini]
|
||||
[include:tests/raptor-tp6-9.ini]
|
||||
[include:tests/raptor-tp6-10.ini]
|
||||
|
||||
# raptor benchmark tests
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# raptor tp6-9
|
||||
|
||||
[DEFAULT]
|
||||
type = pageload
|
||||
playback = mitmproxy
|
||||
playback_binary_manifest = mitmproxy-rel-bin-{platform}.manifest
|
||||
python3_win_manifest = python3{x64}.manifest
|
||||
page_cycles = 25
|
||||
unit = ms
|
||||
lower_is_better = true
|
||||
alert_threshold = 2.0
|
||||
# TTI/TTFI can take a while on some pages, and requires at least 5 seconds
|
||||
# beyond typical pageload time
|
||||
page_timeout = 30000
|
||||
gecko_profile_interval = 1
|
||||
gecko_profile_entries = 2000000
|
||||
|
||||
[raptor-tp6-pinterest-firefox]
|
||||
apps = firefox
|
||||
test_url = https://pinterest.com/
|
||||
playback_pageset_manifest = mitmproxy-recordings-raptor-pinterest.manifest
|
||||
playback_recordings = pinterest.mp
|
||||
measure = fnbpaint, dcf, ttfi, loadtime
|
||||
|
||||
[raptor-tp6-pinterest-chrome]
|
||||
apps = chrome
|
||||
test_url = https://pinterest.com/
|
||||
playback_pageset_manifest = mitmproxy-recordings-raptor-pinterest.manifest
|
||||
playback_recordings = pinterest.mp
|
||||
measure = fcp, loadtime
|
|
@ -25,6 +25,7 @@
|
|||
"*://*.instagram.com/*",
|
||||
"*://*.microsoft.com/*",
|
||||
"*://*.paypal.com/*",
|
||||
"*://*.pinterest.com/*",
|
||||
"*://*.reddit.com/*",
|
||||
"*://*.twitter.com/*",
|
||||
"*://*.vice.com/*",
|
||||
|
|
Загрузка…
Ссылка в новой задаче