Bug 1633413 - split raptor test manifest by testwebsite r=perftest-reviewers,AlexandruIonescu,sparky

Differential Revision: https://phabricator.services.mozilla.com/D72666
This commit is contained in:
Florin Strugariu 2020-05-27 15:55:21 +00:00
parent e64e00f164
commit f4f4a10d68
69 changed files with 669 additions and 1837 deletions

View File

@ -1,51 +1,5 @@
# raptor warm pageload tests desktop
[include:tests/tp6/desktop/raptor-tp6-1.ini]
[include:tests/tp6/desktop/raptor-tp6-2.ini]
[include:tests/tp6/desktop/raptor-tp6-3.ini]
[include:tests/tp6/desktop/raptor-tp6-4.ini]
[include:tests/tp6/desktop/raptor-tp6-5.ini]
[include:tests/tp6/desktop/raptor-tp6-6.ini]
[include:tests/tp6/desktop/raptor-tp6-7.ini]
[include:tests/tp6/desktop/raptor-tp6-8.ini]
[include:tests/tp6/desktop/raptor-tp6-9.ini]
[include:tests/tp6/desktop/raptor-tp6-10.ini]
[include:tests/tp6/desktop/raptor-tp6-11.ini]
# raptor cold pageload tests desktop
[include:tests/tp6/desktop/raptor-tp6-1-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-2-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-3-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-4-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-5-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-6-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-7-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-8-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-9-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-10-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-11-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-12-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-13-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-14-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-15-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-16-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-17-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-18-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-19-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-20-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-21-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-22-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-23-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-24-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-25-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-26-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-27-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-28-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-29-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-30-cold.ini]
[include:tests/tp6/desktop/raptor-tp6-31-cold.ini]
# raptor pageload binast tests desktop
[include:tests/tp6/desktop/raptor-tp6-binast-1.ini]
# raptor pageload tests desktop
[include:tests/tp6/desktop-tests.ini]
# raptor warm pageload tests mobile
[include:tests/tp6/mobile/raptor-tp6m-1.ini]

View File

@ -0,0 +1,57 @@
# 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/.
# Desktop page load defaults
[DEFAULT]
type = pageload
playback = mitmproxy
# set for warm page load
page_cycles = 25
# active only if cold setting is provided by command line or manifest
browser_cycles = 25
page_timeout = 60000
unit = ms
lower_is_better = true
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_threshold = 2.0
alert_on = fcp, loadtime
[include:desktop/amazon.ini]
[include:desktop/apple.ini]
[include:desktop/binast-instagram.ini]
[include:desktop/bing-search.ini]
[include:desktop/ebay.ini]
[include:desktop/facebook.ini]
[include:desktop/facebook-redesign.ini]
[include:desktop/fandom.ini]
[include:desktop/google-docs.ini]
[include:desktop/google-mail.ini]
[include:desktop/google-search.ini]
[include:desktop/google-sheets.ini]
[include:desktop/google-slides.ini]
[include:desktop/imdb.ini]
[include:desktop/imgur.ini]
[include:desktop/instagram.ini]
[include:desktop/linkedin.ini]
[include:desktop/microsoft.ini]
[include:desktop/netflix.ini]
[include:desktop/office.ini]
[include:desktop/outlook.ini]
[include:desktop/paypal.ini]
[include:desktop/pinterest.ini]
[include:desktop/reddit.ini]
[include:desktop/tumblr.ini]
[include:desktop/twitch.ini]
[include:desktop/twitter.ini]
[include:desktop/wikipedia.ini]
[include:desktop/yahoo-mail.ini]
[include:desktop/yahoo-news.ini]
[include:desktop/yandex.ini]
[include:desktop/youtube.ini]

View File

@ -0,0 +1,22 @@
# 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-amazon
[DEFAULT]
test_url = https://www.amazon.com/s?k=laptop&ref=nb_sb_noss_1
playback_pageset_manifest = mitm4-linux-firefox-amazon.manifest
playback_recordings = amazon.mp
[raptor-tp6-amazon-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-amazon-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-amazon-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-apple
[DEFAULT]
test_url = https://www.apple.com/macbook-pro/
playback_recordings = apple.mp
playback_pageset_manifest = mitm4-linux-firefox-apple.manifest
[raptor-tp6-apple-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-apple-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-apple-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -2,25 +2,15 @@
# 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 binast 1
# raptor tp6 binast-instagram
[DEFAULT]
type = pageload
playback = mitmproxy
page_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 30000
gecko_profile_interval = 1
gecko_profile_entries = 2000000
alert_on = fcp, loadtime
test_url = https://www.instagram.com/
playback_recordings = instagram-binast.mp
playback_pageset_manifest = mitm4-linux-firefox-instagram-binast.manifest
[raptor-tp6-binast-instagram-firefox]
apps = firefox
test_url = https://www.instagram.com/
playback_pageset_manifest = mitm4-linux-firefox-instagram-binast.manifest
playback_recordings = instagram-binast.mp
preferences = {"dom.script_loader.binast_encoding.enabled": true,
"dom.script_loader.binast_encoding.domain.restrict.list": "*.instagram.com"}
measure = fnbpaint, fcp, dcf, loadtime

View File

@ -0,0 +1,22 @@
# 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-bing-search
[DEFAULT]
test_url = https://www.bing.com/search?q=barack+obama
playback_recordings = bing.mp
playback_pageset_manifest = mitm4-linux-firefox-bing-search.manifest
[raptor-tp6-bing-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-bing-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-bing-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -2,36 +2,21 @@
# 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-cold-22
# raptor tp6-ebay
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-ebay.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-ebay-firefox-cold]
apps = firefox
test_url = https://www.ebay.com/
playback_recordings = ebay.mp
playback_pageset_manifest = mitm4-linux-firefox-ebay.manifest
[raptor-tp6-ebay-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-ebay-chrome-cold]
[raptor-tp6-ebay-chrome]
apps = chrome
test_url = https://www.ebay.com/
playback_recordings = ebay.mp
measure = fcp, loadtime
[raptor-tp6-ebay-chromium-cold]
[raptor-tp6-ebay-chromium]
apps = chromium
test_url = https://www.ebay.com/
playback_recordings = ebay.mp
measure = fcp, loadtime

View File

@ -2,36 +2,21 @@
# 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-10
# raptor tp6-facebook-redesign
[DEFAULT]
type = pageload
playback = mitmproxy
page_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 2000000
alert_on = fcp, loadtime
test_url = https://www.facebook.com
playback_recordings = mitm4-linux-firefox-facebook-redesign.mp
playback_pageset_manifest = mitm4-linux-firefox-facebook-redesign.manifest
[raptor-tp6-facebook-redesign-firefox]
apps = firefox
playback_pageset_manifest = mitm4-linux-firefox-facebook-redesign.manifest
playback_recordings = mitm4-linux-firefox-facebook-redesign.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-facebook-redesign-chrome]
apps = chrome
playback_pageset_manifest = mitm4-linux-firefox-facebook-redesign.manifest
playback_recordings = mitm4-linux-firefox-facebook-redesign.mp
measure = fcp, loadtime
[raptor-tp6-facebook-redesign-chromium]
apps = chromium
playback_pageset_manifest = mitm4-linux-firefox-facebook-redesign.manifest
playback_recordings = mitm4-linux-firefox-facebook-redesign.mp
measure = fcp, loadtime

View File

@ -2,34 +2,21 @@
# 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-cold-2
# raptor tp6-facebook
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-facebook-old.manifest
playback_recordings = mitm4-linux-firefox-facebook-old.mp
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-facebook-firefox-cold]
apps = firefox
test_url = https://www.facebook.com
playback_recordings = mitm4-linux-firefox-facebook-old.mp
playback_pageset_manifest = mitm4-linux-firefox-facebook-old.manifest
[raptor-tp6-facebook-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-facebook-chrome-cold]
[raptor-tp6-facebook-chrome]
apps = chrome
test_url = https://www.facebook.com
measure = fcp, loadtime
[raptor-tp6-facebook-chromium-cold]
[raptor-tp6-facebook-chromium]
apps = chromium
test_url = https://www.facebook.com
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-fandom
[DEFAULT]
test_url = https://www.fandom.com/articles/fallout-76-will-live-and-die-on-the-creativity-of-its-playerbase
playback_recordings = fandom.mp
playback_pageset_manifest = mitm4-linux-firefox-fandom.manifest
[raptor-tp6-fandom-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-fandom-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-fandom-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-google-docs
[DEFAULT]
test_url = https://docs.google.com/document/d/1US-07msg12slQtI_xchzYxcKlTs6Fp7WqIc6W5GK5M8/edit?usp=sharing
playback_recordings = google-docs.mp
playback_pageset_manifest = mitm4-linux-firefox-google-docs.manifest
[raptor-tp6-docs-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-docs-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-docs-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-google-mail
[DEFAULT]
test_url = https://mail.google.com/
playback_recordings = google-mail.mp
playback_pageset_manifest = mitm4-linux-firefox-google-mail.manifest
[raptor-tp6-google-mail-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-google-mail-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-google-mail-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -2,39 +2,25 @@
# 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-cold-3
# raptor tp6-google
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-google-search.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-google-firefox-cold]
apps = firefox
# note: use the full url as the first part (without '&cad=h') redirects
# to the url + '&cad=h'; that redirection causes measure.js content
# to be loaded into that page also; resulting in 2 fnbpaint values etc.
[DEFAULT]
test_url = https://www.google.com/search?hl=en&q=barack+obama&cad=h
playback_recordings = google-search.mp
playback_pageset_manifest = mitm4-linux-firefox-google-search.manifest
[raptor-tp6-google-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-google-chrome-cold]
[raptor-tp6-google-chrome]
apps = chrome
test_url = https://www.google.com/search?hl=en&q=barack+obama&cad=h
playback_recordings = google-search.mp
measure = fcp, loadtime
[raptor-tp6-google-chromium-cold]
[raptor-tp6-google-chromium]
apps = chromium
test_url = https://www.google.com/search?hl=en&q=barack+obama&cad=h
playback_recordings = google-search.mp
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-google-sheets
[DEFAULT]
test_url = https://docs.google.com/spreadsheets/d/1jT9qfZFAeqNoOK97gruc34Zb7y_Q-O_drZ8kSXT-4D4/edit?usp=sharing
playback_recordings = google-sheets.mp
playback_pageset_manifest = mitm4-linux-firefox-google-sheets.manifest
[raptor-tp6-sheets-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-sheets-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-sheets-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-google-slides
[DEFAULT]
test_url = https://docs.google.com/presentation/d/1Ici0ceWwpFvmIb3EmKeWSq_vAQdmmdFcWqaiLqUkJng/edit?usp=sharing
playback_recordings = google-slides.mp
playback_pageset_manifest = mitm4-linux-firefox-google-slides.manifest
[raptor-tp6-slides-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-slides-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-slides-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-imdb
[DEFAULT]
test_url = https://www.imdb.com/title/tt0084967/?ref_=nv_sr_2
playback_recordings = imdb.mp
playback_pageset_manifest = mitm4-linux-firefox-imdb.manifest
[raptor-tp6-imdb-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-imdb-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-imdb-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-imgur
[DEFAULT]
test_url = https://imgur.com/gallery/m5tYJL6
playback_recordings = imgur.mp
playback_pageset_manifest = mitm4-linux-firefox-imgur.manifest
[raptor-tp6-imgur-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-imgur-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-imgur-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-instagram
[DEFAULT]
test_url = https://www.instagram.com/
playback_recordings = instagram.mp
playback_pageset_manifest = mitm4-linux-firefox-instagram.manifest
[raptor-tp6-instagram-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-instagram-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-instagram-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-linkedin
[DEFAULT]
test_url = https://www.linkedin.com/in/thommy-harris-hk-385723106/
playback_recordings = linkedin.mp
playback_pageset_manifest = mitm4-linux-firefox-linkedin.manifest
[raptor-tp6-linkedin-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-linkedin-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-linkedin-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-microsoft
[DEFAULT]
test_url = https://www.microsoft.com/en-us/
playback_recordings = microsoft.mp
playback_pageset_manifest = mitm4-linux-firefox-microsoft.manifest
[raptor-tp6-microsoft-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-microsoft-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-microsoft-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -2,38 +2,23 @@
# 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-cold-18
# raptor tp6-netflix
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-netflix.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-netflix-firefox-cold]
apps = firefox
test_url = https://www.netflix.com/title/80117263
playback_recordings = netflix.mp
playback_pageset_manifest = mitm4-linux-firefox-netflix.manifest
[raptor-tp6-netflix-firefox]
apps = firefox
preferences = {"media.autoplay.default": 1,
"media.eme.enabled": true}
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-netflix-chrome-cold]
[raptor-tp6-netflix-chrome]
apps = chrome
test_url = https://www.netflix.com/title/80117263
playback_recordings = netflix.mp
measure = fcp, loadtime
[raptor-tp6-netflix-chromium-cold]
[raptor-tp6-netflix-chromium]
apps = chromium
test_url = https://www.netflix.com/title/80117263
playback_recordings = netflix.mp
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-office
[DEFAULT]
test_url = https://office.live.com/start/Word.aspx?omkt=en-US
playback_recordings = office.mp
playback_pageset_manifest = mitm4-linux-firefox-office.manifest
[raptor-tp6-office-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-office-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-office-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-outlook
[DEFAULT]
test_url = https://outlook.live.com/mail/inbox
playback_recordings = mitm4-linux-firefox-live.mp
playback_pageset_manifest = mitm4-linux-firefox-outlook.manifest
[raptor-tp6-outlook-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-outlook-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-outlook-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-paypal
[DEFAULT]
test_url = https://www.paypal.com/myaccount/summary/
playback_recordings = paypal.mp
playback_pageset_manifest = mitm4-linux-firefox-paypal.manifest
[raptor-tp6-paypal-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-paypal-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-paypal-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-pinterest
[DEFAULT]
test_url = https://pinterest.com/
playback_recordings = pinterest.mp
playback_pageset_manifest = mitm4-linux-firefox-pinterest.manifest
[raptor-tp6-pinterest-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-pinterest-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-pinterest-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-10
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-fandom.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-fandom-firefox-cold]
apps = firefox
test_url = https://www.fandom.com/articles/fallout-76-will-live-and-die-on-the-creativity-of-its-playerbase
playback_recordings = fandom.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-fandom-chrome-cold]
apps = chrome
test_url = https://www.fandom.com/articles/fallout-76-will-live-and-die-on-the-creativity-of-its-playerbase
playback_recordings = fandom.mp
measure = fcp, loadtime
[raptor-tp6-fandom-chromium-cold]
apps = chromium
test_url = https://www.fandom.com/articles/fallout-76-will-live-and-die-on-the-creativity-of-its-playerbase
playback_recordings = fandom.mp
measure = fcp, loadtime

View File

@ -1,59 +0,0 @@
# 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-10
[DEFAULT]
type = pageload
playback = mitmproxy
page_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 2000000
alert_on = fcp, loadtime
[raptor-tp6-paypal-firefox]
apps = firefox
test_url = https://www.paypal.com/myaccount/summary/
playback_pageset_manifest = mitm4-linux-firefox-paypal.manifest
playback_recordings = paypal.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-tumblr-firefox]
apps = firefox
test_url = https://www.tumblr.com/dashboard
playback_pageset_manifest = mitm4-linux-firefox-tumblr.manifest
playback_recordings = tumblr.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-paypal-chrome]
apps = chrome
test_url = https://www.paypal.com/myaccount/summary/
playback_pageset_manifest = mitm4-linux-firefox-paypal.manifest
playback_recordings = paypal.mp
measure = fcp, loadtime
[raptor-tp6-tumblr-chrome]
apps = chrome
test_url = https://www.tumblr.com/dashboard
playback_pageset_manifest = mitm4-linux-firefox-tumblr.manifest
playback_recordings = tumblr.mp
measure = fcp, loadtime
[raptor-tp6-paypal-chromium]
apps = chromium
test_url = https://www.paypal.com/myaccount/summary/
playback_pageset_manifest = mitm4-linux-firefox-paypal.manifest
playback_recordings = paypal.mp
measure = fcp, loadtime
[raptor-tp6-tumblr-chromium]
apps = chromium
test_url = https://www.tumblr.com/dashboard
playback_pageset_manifest = mitm4-linux-firefox-tumblr.manifest
playback_recordings = tumblr.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-11
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-bing-search.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-bing-firefox-cold]
apps = firefox
test_url = https://www.bing.com/search?q=barack+obama
playback_recordings = bing.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-bing-chrome-cold]
apps = chrome
test_url = https://www.bing.com/search?q=barack+obama
playback_recordings = bing.mp
measure = fcp, loadtime
[raptor-tp6-bing-chromium-cold]
apps = chromium
test_url = https://www.bing.com/search?q=barack+obama
playback_recordings = bing.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-12
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-yandex.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-yandex-firefox-cold]
apps = firefox
test_url = https://yandex.ru/search/?text=barack%20obama&lr=10115
playback_recordings = yandex.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-yandex-chrome-cold]
apps = chrome
test_url = https://yandex.ru/search/?text=barack%20obama&lr=10115
playback_recordings = yandex.mp
measure = fcp, loadtime
[raptor-tp6-yandex-chromium-cold]
apps = chromium
test_url = https://yandex.ru/search/?text=barack%20obama&lr=10115
playback_recordings = yandex.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-13
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-twitch.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-twitch-firefox-cold]
apps = firefox
test_url = https://www.twitch.tv/videos/326804629
playback_recordings = twitch.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-twitch-chrome-cold]
apps = chrome
test_url = https://www.twitch.tv/videos/326804629
playback_recordings = twitch.mp
measure = fcp, loadtime
[raptor-tp6-twitch-chromium-cold]
apps = chromium
test_url = https://www.twitch.tv/videos/326804629
playback_recordings = twitch.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-14
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-apple.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-apple-firefox-cold]
apps = firefox
test_url = https://www.apple.com/macbook-pro/
playback_recordings = apple.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-apple-chrome-cold]
apps = chrome
test_url = https://www.apple.com/macbook-pro/
playback_recordings = apple.mp
measure = fcp, loadtime
[raptor-tp6-apple-chromium-cold]
apps = chromium
test_url = https://www.apple.com/macbook-pro/
playback_recordings = apple.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-15
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-microsoft.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-microsoft-firefox-cold]
apps = firefox
test_url = https://www.microsoft.com/en-us/
playback_recordings = microsoft.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-microsoft-chrome-cold]
apps = chrome
test_url = https://www.microsoft.com/en-us/
playback_recordings = microsoft.mp
measure = fcp, loadtime
[raptor-tp6-microsoft-chromium-cold]
apps = chromium
test_url = https://www.microsoft.com/en-us/
playback_recordings = microsoft.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-16
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-reddit.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-reddit-firefox-cold]
apps = firefox
test_url = https://www.reddit.com/r/technology/comments/9sqwyh/we_posed_as_100_senators_to_run_ads_on_facebook/
playback_recordings = reddit.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-reddit-chrome-cold]
apps = chrome
test_url = https://www.reddit.com/r/technology/comments/9sqwyh/we_posed_as_100_senators_to_run_ads_on_facebook/
playback_recordings = reddit.mp
measure = fcp, loadtime
[raptor-tp6-reddit-chromium-cold]
apps = chromium
test_url = https://www.reddit.com/r/technology/comments/9sqwyh/we_posed_as_100_senators_to_run_ads_on_facebook/
playback_recordings = reddit.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-17
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-yahoo-news.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-yahoo-news-firefox-cold]
apps = firefox
test_url = https://www.yahoo.com/lifestyle/police-respond-noise-complaint-end-playing-video-games-respectful-tenants-002329963.html
playback_recordings = yahoo-news.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-yahoo-news-chrome-cold]
apps = chrome
test_url = https://www.yahoo.com/lifestyle/police-respond-noise-complaint-end-playing-video-games-respectful-tenants-002329963.html
playback_recordings = yahoo-news.mp
measure = fcp, loadtime
[raptor-tp6-yahoo-news-chromium-cold]
apps = chromium
test_url = https://www.yahoo.com/lifestyle/police-respond-noise-complaint-end-playing-video-games-respectful-tenants-002329963.html
playback_recordings = yahoo-news.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-19
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-instagram.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-instagram-firefox-cold]
apps = firefox
test_url = https://www.instagram.com/
playback_recordings = instagram.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-instagram-chrome-cold]
apps = chrome
test_url = https://www.instagram.com/
playback_recordings = instagram.mp
measure = fcp, loadtime
[raptor-tp6-instagram-chromium-cold]
apps = chromium
test_url = https://www.instagram.com/
playback_recordings = instagram.mp
measure = fcp, loadtime

View File

@ -1,80 +0,0 @@
# 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-2
[DEFAULT]
type = pageload
playback = mitmproxy
page_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
[raptor-tp6-docs-firefox]
apps = firefox
test_url = https://docs.google.com/document/d/1US-07msg12slQtI_xchzYxcKlTs6Fp7WqIc6W5GK5M8/edit?usp=sharing
playback_pageset_manifest = mitm4-linux-firefox-google-docs.manifest
playback_recordings = google-docs.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-sheets-firefox]
apps = firefox
test_url = https://docs.google.com/spreadsheets/d/1jT9qfZFAeqNoOK97gruc34Zb7y_Q-O_drZ8kSXT-4D4/edit?usp=sharing
playback_pageset_manifest = mitm4-linux-firefox-google-sheets.manifest
playback_recordings = google-sheets.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-slides-firefox]
apps = firefox
test_url = https://docs.google.com/presentation/d/1Ici0ceWwpFvmIb3EmKeWSq_vAQdmmdFcWqaiLqUkJng/edit?usp=sharing
playback_pageset_manifest = mitm4-linux-firefox-google-slides.manifest
playback_recordings = google-slides.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-docs-chrome]
apps = chrome
test_url = https://docs.google.com/document/d/1US-07msg12slQtI_xchzYxcKlTs6Fp7WqIc6W5GK5M8/edit?usp=sharing
playback_pageset_manifest = mitm4-linux-firefox-google-docs.manifest
playback_recordings = google-docs.mp
measure = fcp, loadtime
[raptor-tp6-sheets-chrome]
apps = chrome
test_url = https://docs.google.com/spreadsheets/d/1jT9qfZFAeqNoOK97gruc34Zb7y_Q-O_drZ8kSXT-4D4/edit?usp=sharing
playback_pageset_manifest = mitm4-linux-firefox-google-sheets.manifest
playback_recordings = google-sheets.mp
measure = fcp, loadtime
[raptor-tp6-slides-chrome]
apps = chrome
test_url = https://docs.google.com/presentation/d/1Ici0ceWwpFvmIb3EmKeWSq_vAQdmmdFcWqaiLqUkJng/edit?usp=sharing
playback_pageset_manifest = mitm4-linux-firefox-google-slides.manifest
playback_recordings = google-slides.mp
measure = fcp, loadtime
[raptor-tp6-docs-chromium]
apps = chromium
test_url = https://docs.google.com/document/d/1US-07msg12slQtI_xchzYxcKlTs6Fp7WqIc6W5GK5M8/edit?usp=sharing
playback_pageset_manifest = mitm4-linux-firefox-google-docs.manifest
playback_recordings = google-docs.mp
measure = fcp, loadtime
[raptor-tp6-sheets-chromium]
apps = chromium
test_url = https://docs.google.com/spreadsheets/d/1jT9qfZFAeqNoOK97gruc34Zb7y_Q-O_drZ8kSXT-4D4/edit?usp=sharing
playback_pageset_manifest = mitm4-linux-firefox-google-sheets.manifest
playback_recordings = google-sheets.mp
measure = fcp, loadtime
[raptor-tp6-slides-chromium]
apps = chromium
test_url = https://docs.google.com/presentation/d/1Ici0ceWwpFvmIb3EmKeWSq_vAQdmmdFcWqaiLqUkJng/edit?usp=sharing
playback_pageset_manifest = mitm4-linux-firefox-google-slides.manifest
playback_recordings = google-slides.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-20
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-twitter.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-twitter-firefox-cold]
apps = firefox
test_url = https://twitter.com/BarackObama
playback_recordings = twitter.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-twitter-chrome-cold]
apps = chrome
test_url = https://twitter.com/BarackObama
playback_recordings = twitter.mp
measure = fcp, loadtime
[raptor-tp6-twitter-chromium-cold]
apps = chromium
test_url = https://twitter.com/BarackObama
playback_recordings = twitter.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-21
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-yahoo-mail.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-yahoo-mail-firefox-cold]
apps = firefox
test_url = https://mail.yahoo.com/
playback_recordings = yahoo-mail.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-yahoo-mail-chrome-cold]
apps = chrome
test_url = https://mail.yahoo.com/
playback_recordings = yahoo-mail.mp
measure = fcp, loadtime
[raptor-tp6-yahoo-mail-chromium-cold]
apps = chromium
test_url = https://mail.yahoo.com/
playback_recordings = yahoo-mail.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-23
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-linkedin.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-linkedin-firefox-cold]
apps = firefox
test_url = https://www.linkedin.com/in/thommy-harris-hk-385723106/
playback_recordings = linkedin.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-linkedin-chrome-cold]
apps = chrome
test_url = https://www.linkedin.com/in/thommy-harris-hk-385723106/
playback_recordings = linkedin.mp
measure = fcp, loadtime
[raptor-tp6-linkedin-chromium-cold]
apps = chromium
test_url = https://www.linkedin.com/in/thommy-harris-hk-385723106/
playback_recordings = linkedin.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-24
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-wikipedia.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-wikipedia-firefox-cold]
apps = firefox
test_url = https://en.wikipedia.org/wiki/Barack_Obama
playback_recordings = mitm4-linux-firefox-wikipedia.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-wikipedia-chrome-cold]
apps = chrome
test_url = https://en.wikipedia.org/wiki/Barack_Obama
playback_recordings = mitm4-linux-firefox-wikipedia.mp
measure = fcp, loadtime
[raptor-tp6-wikipedia-chromium-cold]
apps = chromium
test_url = https://en.wikipedia.org/wiki/Barack_Obama
playback_recordings = mitm4-linux-firefox-wikipedia.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-25
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-google-mail.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-google-mail-firefox-cold]
apps = firefox
test_url = https://mail.google.com/
playback_recordings = google-mail.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-google-mail-chrome-cold]
apps = chrome
test_url = https://mail.google.com/
playback_recordings = google-mail.mp
measure = fcp, loadtime
[raptor-tp6-google-mail-chromium-cold]
apps = chromium
test_url = https://mail.google.com/
playback_recordings = google-mail.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-26
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-office.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-office-firefox-cold]
apps = firefox
test_url = https://office.live.com/start/Word.aspx?omkt=en-US
playback_recordings = office.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-office-chrome-cold]
apps = chrome
test_url = https://office.live.com/start/Word.aspx?omkt=en-US
playback_recordings = office.mp
measure = fcp, loadtime
[raptor-tp6-office-chromium-cold]
apps = chromium
test_url = https://office.live.com/start/Word.aspx?omkt=en-US
playback_recordings = office.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-27
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-outlook.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-outlook-firefox-cold]
apps = firefox
test_url = https://outlook.live.com/mail/inbox
playback_recordings = mitm4-linux-firefox-live.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-outlook-chrome-cold]
apps = chrome
test_url = https://outlook.live.com/mail/inbox
playback_recordings = mitm4-linux-firefox-live.mp
measure = fcp, loadtime
[raptor-tp6-outlook-chromium-cold]
apps = chromium
test_url = https://outlook.live.com/mail/inbox
playback_recordings = mitm4-linux-firefox-live.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-28
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-pinterest.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-pinterest-firefox-cold]
apps = firefox
playback_recordings = pinterest.mp
test_url = https://pinterest.com/
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-pinterest-chrome-cold]
apps = chrome
playback_recordings = pinterest.mp
test_url = https://pinterest.com/
measure = fcp, loadtime
[raptor-tp6-pinterest-chromium-cold]
apps = chromium
playback_recordings = pinterest.mp
test_url = https://pinterest.com/
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-29
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-paypal.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-paypal-firefox-cold]
apps = firefox
test_url = https://www.paypal.com/myaccount/summary/
playback_recordings = paypal.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-paypal-chrome-cold]
apps = chrome
test_url = https://www.paypal.com/myaccount/summary/
playback_recordings = paypal.mp
measure = fcp, loadtime
[raptor-tp6-paypal-chromium-cold]
apps = chromium
test_url = https://www.paypal.com/myaccount/summary/
playback_recordings = paypal.mp
measure = fcp, loadtime

View File

@ -1,80 +0,0 @@
# 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-3
[DEFAULT]
type = pageload
playback = mitmproxy
page_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 30000
gecko_profile_interval = 1
gecko_profile_entries = 2000000
alert_on = fcp, loadtime
[raptor-tp6-imdb-firefox]
apps = firefox
test_url = https://www.imdb.com/title/tt0084967/?ref_=nv_sr_2
playback_pageset_manifest = mitm4-linux-firefox-imdb.manifest
playback_recordings = imdb.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-imgur-firefox]
apps = firefox
test_url = https://imgur.com/gallery/m5tYJL6
playback_pageset_manifest = mitm4-linux-firefox-imgur.manifest
playback_recordings = imgur.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-fandom-firefox]
apps = firefox
test_url = https://www.fandom.com/articles/fallout-76-will-live-and-die-on-the-creativity-of-its-playerbase
playback_pageset_manifest = mitm4-linux-firefox-fandom.manifest
playback_recordings = fandom.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-imdb-chrome]
apps = chrome
test_url = https://www.imdb.com/title/tt0084967/?ref_=nv_sr_2
playback_pageset_manifest = mitm4-linux-firefox-imdb.manifest
playback_recordings = imdb.mp
measure = fcp, loadtime
[raptor-tp6-imgur-chrome]
apps = chrome
test_url = https://imgur.com/gallery/m5tYJL6
playback_pageset_manifest = mitm4-linux-firefox-imgur.manifest
playback_recordings = imgur.mp
measure = fcp, loadtime
[raptor-tp6-fandom-chrome]
apps = chrome
test_url = https://www.fandom.com/articles/fallout-76-will-live-and-die-on-the-creativity-of-its-playerbase
playback_pageset_manifest = mitm4-linux-firefox-fandom.manifest
playback_recordings = fandom.mp
measure = fcp, loadtime
[raptor-tp6-imdb-chromium]
apps = chromium
test_url = https://www.imdb.com/title/tt0084967/?ref_=nv_sr_2
playback_pageset_manifest = mitm4-linux-firefox-imdb.manifest
playback_recordings = imdb.mp
measure = fcp, loadtime
[raptor-tp6-imgur-chromium]
apps = chromium
test_url = https://imgur.com/gallery/m5tYJL6
playback_pageset_manifest = mitm4-linux-firefox-imgur.manifest
playback_recordings = imgur.mp
measure = fcp, loadtime
[raptor-tp6-fandom-chromium]
apps = chromium
test_url = https://www.fandom.com/articles/fallout-76-will-live-and-die-on-the-creativity-of-its-playerbase
playback_pageset_manifest = mitm4-linux-firefox-fandom.manifest
playback_recordings = fandom.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-30
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-tumblr.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-tumblr-firefox-cold]
apps = firefox
test_url = https://www.tumblr.com/dashboard
playback_recordings = tumblr.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-tumblr-chrome-cold]
apps = chrome
test_url = https://www.tumblr.com/dashboard
playback_recordings = tumblr.mp
measure = fcp, loadtime
[raptor-tp6-tumblr-chromium-cold]
apps = chromium
test_url = https://www.tumblr.com/dashboard
playback_recordings = tumblr.mp
measure = fcp, loadtime

View File

@ -1,38 +0,0 @@
# 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-10
[DEFAULT]
type = pageload
playback = mitmproxy
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
test_url = https://www.facebook.com
[raptor-tp6-facebook-redesign-firefox]
apps = firefox
playback_pageset_manifest = mitm4-linux-firefox-facebook-redesign.manifest
playback_recordings = mitm4-linux-firefox-facebook-redesign.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-facebook-redesign-chrome]
apps = chrome
playback_pageset_manifest = mitm4-linux-firefox-facebook-redesign.manifest
playback_recordings = mitm4-linux-firefox-facebook-redesign.mp
measure = fcp, loadtime
[raptor-tp6-facebook-redesign-chromium]
apps = chromium
playback_pageset_manifest = mitm4-linux-firefox-facebook-redesign.manifest
playback_recordings = mitm4-linux-firefox-facebook-redesign.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-4
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-youtube.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-youtube-firefox-cold]
apps = firefox
test_url = https://www.youtube.com
playback_recordings = youtube.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-youtube-chrome-cold]
apps = chrome
test_url = https://www.youtube.com
playback_recordings = youtube.mp
measure = fcp, loadtime
[raptor-tp6-youtube-chromium-cold]
apps = chromium
test_url = https://www.youtube.com
playback_recordings = youtube.mp
measure = fcp, loadtime

View File

@ -1,80 +0,0 @@
# 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-4
[DEFAULT]
type = pageload
playback = mitmproxy
page_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 30000
gecko_profile_interval = 1
gecko_profile_entries = 2000000
alert_on = fcp, loadtime
[raptor-tp6-bing-firefox]
apps = firefox
test_url = https://www.bing.com/search?q=barack+obama
playback_pageset_manifest = mitm4-linux-firefox-bing-search.manifest
playback_recordings = bing.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-yandex-firefox]
apps = firefox
test_url = https://yandex.ru/search/?text=barack%20obama&lr=10115
playback_pageset_manifest = mitm4-linux-firefox-yandex.manifest
playback_recordings = yandex.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-twitch-firefox]
apps = firefox
test_url = https://www.twitch.tv/videos/326804629
playback_pageset_manifest = mitm4-linux-firefox-twitch.manifest
playback_recordings = twitch.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-bing-chrome]
apps = chrome
test_url = https://www.bing.com/search?q=barack+obama
playback_pageset_manifest = mitm4-linux-firefox-bing-search.manifest
playback_recordings = bing.mp
measure = fcp, loadtime
[raptor-tp6-twitch-chrome]
apps = chrome
test_url = https://www.twitch.tv/videos/326804629
playback_pageset_manifest = mitm4-linux-firefox-twitch.manifest
playback_recordings = twitch.mp
measure = fcp, loadtime
[raptor-tp6-yandex-chrome]
apps = chrome
test_url = https://yandex.ru/search/?text=barack%20obama&lr=10115
playback_pageset_manifest = mitm4-linux-firefox-yandex.manifest
playback_recordings = yandex.mp
measure = fcp, loadtime
[raptor-tp6-bing-chromium]
apps = chromium
test_url = https://www.bing.com/search?q=barack+obama
playback_pageset_manifest = mitm4-linux-firefox-bing-search.manifest
playback_recordings = bing.mp
measure = fcp, loadtime
[raptor-tp6-twitch-chromium]
apps = chromium
test_url = https://www.twitch.tv/videos/326804629
playback_pageset_manifest = mitm4-linux-firefox-twitch.manifest
playback_recordings = twitch.mp
measure = fcp, loadtime
[raptor-tp6-yandex-chromium]
apps = chromium
test_url = https://yandex.ru/search/?text=barack%20obama&lr=10115
playback_pageset_manifest = mitm4-linux-firefox-yandex.manifest
playback_recordings = yandex.mp
measure = fcp, loadtime

View File

@ -1,40 +0,0 @@
# 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-cold-5
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-google-docs.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-docs-firefox-cold]
apps = firefox
test_url = https://docs.google.com/document/d/1US-07msg12slQtI_xchzYxcKlTs6Fp7WqIc6W5GK5M8/edit?usp=sharing
playback_pageset_manifest = mitm4-linux-firefox-google-docs.manifest
playback_recordings = google-docs.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-docs-chrome-cold]
apps = chrome
test_url = https://docs.google.com/document/d/1US-07msg12slQtI_xchzYxcKlTs6Fp7WqIc6W5GK5M8/edit?usp=sharing
playback_pageset_manifest = mitm4-linux-firefox-google-docs.manifest
playback_recordings = google-docs.mp
measure = fcp, loadtime
[raptor-tp6-docs-chromium-cold]
apps = chromium
test_url = https://docs.google.com/document/d/1US-07msg12slQtI_xchzYxcKlTs6Fp7WqIc6W5GK5M8/edit?usp=sharing
playback_pageset_manifest = mitm4-linux-firefox-google-docs.manifest
playback_recordings = google-docs.mp
measure = fcp, loadtime

View File

@ -1,60 +0,0 @@
# 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-5
[DEFAULT]
type = pageload
playback = mitmproxy
page_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 30000
gecko_profile_interval = 1
gecko_profile_entries = 2000000
alert_on = fcp, loadtime
[raptor-tp6-apple-firefox]
apps = firefox
test_url = https://www.apple.com/macbook-pro/
playback_pageset_manifest = mitm4-linux-firefox-apple.manifest
playback_recordings = apple.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-microsoft-firefox]
apps = firefox
test_url = https://www.microsoft.com/en-us/
playback_pageset_manifest = mitm4-linux-firefox-microsoft.manifest
page_timeout = 60000
playback_recordings = microsoft.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-apple-chrome]
apps = chrome
test_url = https://www.apple.com/macbook-pro/
playback_pageset_manifest = mitm4-linux-firefox-apple.manifest
playback_recordings = apple.mp
measure = fcp, loadtime
[raptor-tp6-microsoft-chrome]
apps = chrome
test_url = https://www.microsoft.com/en-us/
playback_pageset_manifest = mitm4-linux-firefox-microsoft.manifest
playback_recordings = microsoft.mp
measure = fcp, loadtime
[raptor-tp6-apple-chromium]
apps = chromium
test_url = https://www.apple.com/macbook-pro/
playback_pageset_manifest = mitm4-linux-firefox-apple.manifest
playback_recordings = apple.mp
measure = fcp, loadtime
[raptor-tp6-microsoft-chromium]
apps = chromium
test_url = https://www.microsoft.com/en-us/
playback_pageset_manifest = mitm4-linux-firefox-microsoft.manifest
playback_recordings = microsoft.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-6
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-google-sheets.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-sheets-firefox-cold]
apps = firefox
test_url = https://docs.google.com/spreadsheets/d/1jT9qfZFAeqNoOK97gruc34Zb7y_Q-O_drZ8kSXT-4D4/edit?usp=sharing
playback_recordings = google-sheets.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-sheets-chrome-cold]
apps = chrome
test_url = https://docs.google.com/spreadsheets/d/1jT9qfZFAeqNoOK97gruc34Zb7y_Q-O_drZ8kSXT-4D4/edit?usp=sharing
playback_recordings = google-sheets.mp
measure = fcp, loadtime
[raptor-tp6-sheets-chromium-cold]
apps = chromium
test_url = https://docs.google.com/spreadsheets/d/1jT9qfZFAeqNoOK97gruc34Zb7y_Q-O_drZ8kSXT-4D4/edit?usp=sharing
playback_recordings = google-sheets.mp
measure = fcp, loadtime

View File

@ -1,82 +0,0 @@
# 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-6
[DEFAULT]
type = pageload
playback = mitmproxy
page_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 30000
gecko_profile_interval = 1
gecko_profile_entries = 2000000
alert_on = fcp, loadtime
[raptor-tp6-reddit-firefox]
apps = firefox
test_url = https://www.reddit.com/r/technology/comments/9sqwyh/we_posed_as_100_senators_to_run_ads_on_facebook/
playback_pageset_manifest = mitm4-linux-firefox-reddit.manifest
playback_recordings = reddit.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-yahoo-news-firefox]
apps = firefox
test_url = https://www.yahoo.com/lifestyle/police-respond-noise-complaint-end-playing-video-games-respectful-tenants-002329963.html
playback_pageset_manifest = mitm4-linux-firefox-yahoo-news.manifest
playback_recordings = yahoo-news.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-netflix-firefox]
apps = firefox
test_url = https://www.netflix.com/title/80117263
playback_pageset_manifest = mitm4-linux-firefox-netflix.manifest
playback_recordings = netflix.mp
preferences = {"media.autoplay.default": 1,
"media.eme.enabled": true}
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-reddit-chrome]
apps = chrome
test_url = https://www.reddit.com/r/technology/comments/9sqwyh/we_posed_as_100_senators_to_run_ads_on_facebook/
playback_pageset_manifest = mitm4-linux-firefox-reddit.manifest
playback_recordings = reddit.mp
measure = fcp, loadtime
[raptor-tp6-yahoo-news-chrome]
apps = chrome
test_url = https://www.yahoo.com/lifestyle/police-respond-noise-complaint-end-playing-video-games-respectful-tenants-002329963.html
playback_pageset_manifest = mitm4-linux-firefox-yahoo-news.manifest
playback_recordings = yahoo-news.mp
measure = fcp, loadtime
[raptor-tp6-netflix-chrome]
apps = chrome
test_url = https://www.netflix.com/title/80117263
playback_pageset_manifest = mitm4-linux-firefox-netflix.manifest
playback_recordings = netflix.mp
measure = fcp, loadtime
[raptor-tp6-reddit-chromium]
apps = chromium
test_url = https://www.reddit.com/r/technology/comments/9sqwyh/we_posed_as_100_senators_to_run_ads_on_facebook/
playback_pageset_manifest = mitm4-linux-firefox-reddit.manifest
playback_recordings = reddit.mp
measure = fcp, loadtime
[raptor-tp6-yahoo-news-chromium]
apps = chromium
test_url = https://www.yahoo.com/lifestyle/police-respond-noise-complaint-end-playing-video-games-respectful-tenants-002329963.html
playback_pageset_manifest = mitm4-linux-firefox-yahoo-news.manifest
playback_recordings = yahoo-news.mp
measure = fcp, loadtime
[raptor-tp6-netflix-chromium]
apps = chromium
test_url = https://www.netflix.com/title/80117263
playback_pageset_manifest = mitm4-linux-firefox-netflix.manifest
playback_recordings = netflix.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-7
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-google-slides.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-slides-firefox-cold]
apps = firefox
test_url = https://docs.google.com/presentation/d/1Ici0ceWwpFvmIb3EmKeWSq_vAQdmmdFcWqaiLqUkJng/edit?usp=sharing
playback_recordings = google-slides.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-slides-chrome-cold]
apps = chrome
test_url = https://docs.google.com/presentation/d/1Ici0ceWwpFvmIb3EmKeWSq_vAQdmmdFcWqaiLqUkJng/edit?usp=sharing
playback_recordings = google-slides.mp
measure = fcp, loadtime
[raptor-tp6-slides-chromium-cold]
apps = chromium
test_url = https://docs.google.com/presentation/d/1Ici0ceWwpFvmIb3EmKeWSq_vAQdmmdFcWqaiLqUkJng/edit?usp=sharing
playback_recordings = google-slides.mp
measure = fcp, loadtime

View File

@ -1,80 +0,0 @@
# 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-7
[DEFAULT]
type = pageload
playback = mitmproxy
page_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 2000000
alert_on = fcp, loadtime
[raptor-tp6-instagram-firefox]
apps = firefox
test_url = https://www.instagram.com/
playback_pageset_manifest = mitm4-linux-firefox-instagram.manifest
playback_recordings = instagram.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-twitter-firefox]
apps = firefox
test_url = https://twitter.com/BarackObama
playback_pageset_manifest = mitm4-linux-firefox-twitter.manifest
playback_recordings = twitter.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-yahoo-mail-firefox]
apps = firefox
test_url = https://mail.yahoo.com/
playback_pageset_manifest = mitm4-linux-firefox-yahoo-mail.manifest
playback_recordings = yahoo-mail.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-instagram-chrome]
apps = chrome
test_url = https://www.instagram.com/
playback_pageset_manifest = mitm4-linux-firefox-instagram.manifest
playback_recordings = instagram.mp
measure = fcp, loadtime
[raptor-tp6-twitter-chrome]
apps = chrome
test_url = https://twitter.com/BarackObama
playback_pageset_manifest = mitm4-linux-firefox-twitter.manifest
playback_recordings = twitter.mp
measure = fcp, loadtime
[raptor-tp6-yahoo-mail-chrome]
apps = chrome
test_url = https://mail.yahoo.com/
playback_pageset_manifest = mitm4-linux-firefox-yahoo-mail.manifest
playback_recordings = yahoo-mail.mp
measure = fcp, loadtime
[raptor-tp6-instagram-chromium]
apps = chromium
test_url = https://www.instagram.com/
playback_pageset_manifest = mitm4-linux-firefox-instagram.manifest
playback_recordings = instagram.mp
measure = fcp, loadtime
[raptor-tp6-twitter-chromium]
apps = chromium
test_url = https://twitter.com/BarackObama
playback_pageset_manifest = mitm4-linux-firefox-twitter.manifest
playback_recordings = twitter.mp
measure = fcp, loadtime
[raptor-tp6-yahoo-mail-chromium]
apps = chromium
test_url = https://mail.yahoo.com/
playback_pageset_manifest = mitm4-linux-firefox-yahoo-mail.manifest
playback_recordings = yahoo-mail.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-8
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-imdb.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-imdb-firefox-cold]
apps = firefox
test_url = https://www.imdb.com/title/tt0084967/?ref_=nv_sr_2
playback_recordings = imdb.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-imdb-chrome-cold]
apps = chrome
test_url = https://www.imdb.com/title/tt0084967/?ref_=nv_sr_2
playback_recordings = imdb.mp
measure = fcp, loadtime
[raptor-tp6-imdb-chromium-cold]
apps = chromium
test_url = https://www.imdb.com/title/tt0084967/?ref_=nv_sr_2
playback_recordings = imdb.mp
measure = fcp, loadtime

View File

@ -1,80 +0,0 @@
# 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-8
[DEFAULT]
type = pageload
playback = mitmproxy
page_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 30000
gecko_profile_interval = 1
gecko_profile_entries = 2000000
alert_on = fcp, loadtime
[raptor-tp6-ebay-firefox]
apps = firefox
test_url = https://www.ebay.com/
playback_pageset_manifest = mitm4-linux-firefox-ebay.manifest
playback_recordings = ebay.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-linkedin-firefox]
apps = firefox
test_url = https://www.linkedin.com/in/thommy-harris-hk-385723106/
playback_pageset_manifest = mitm4-linux-firefox-linkedin.manifest
playback_recordings = linkedin.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-wikipedia-firefox]
apps = firefox
test_url = https://en.wikipedia.org/wiki/Barack_Obama
playback_pageset_manifest = mitm4-linux-firefox-wikipedia.manifest
playback_recordings = mitm4-linux-firefox-wikipedia.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-ebay-chrome]
apps = chrome
test_url = https://www.ebay.com/
playback_pageset_manifest = mitm4-linux-firefox-ebay.manifest
playback_recordings = ebay.mp
measure = fcp, loadtime
[raptor-tp6-linkedin-chrome]
apps = chrome
test_url = https://www.linkedin.com/in/thommy-harris-hk-385723106/
playback_pageset_manifest = mitm4-linux-firefox-linkedin.manifest
playback_recordings = linkedin.mp
measure = fcp, loadtime
[raptor-tp6-wikipedia-chrome]
apps = chrome
test_url = https://en.wikipedia.org/wiki/Barack_Obama
playback_pageset_manifest = mitm4-linux-firefox-wikipedia.manifest
playback_recordings = mitm4-linux-firefox-wikipedia.mp
measure = fcp, loadtime
[raptor-tp6-ebay-chromium]
apps = chromium
test_url = https://www.ebay.com/
playback_pageset_manifest = mitm4-linux-firefox-ebay.manifest
playback_recordings = ebay.mp
measure = fcp, loadtime
[raptor-tp6-linkedin-chromium]
apps = chromium
test_url = https://www.linkedin.com/in/thommy-harris-hk-385723106/
playback_pageset_manifest = mitm4-linux-firefox-linkedin.manifest
playback_recordings = linkedin.mp
measure = fcp, loadtime
[raptor-tp6-wikipedia-chromium]
apps = chromium
test_url = https://en.wikipedia.org/wiki/Barack_Obama
playback_pageset_manifest = mitm4-linux-firefox-wikipedia.manifest
playback_recordings = mitm4-linux-firefox-wikipedia.mp
measure = fcp, loadtime

View File

@ -1,37 +0,0 @@
# 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-cold-9
[DEFAULT]
type = pageload
playback = mitmproxy
playback_pageset_manifest = mitm4-linux-firefox-imgur.manifest
browser_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 60000
gecko_profile_interval = 1
gecko_profile_entries = 14000000
alert_on = fcp, loadtime
cold = true
[raptor-tp6-imgur-firefox-cold]
apps = firefox
test_url = https://imgur.com/gallery/m5tYJL6
playback_recordings = imgur.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-imgur-chrome-cold]
apps = chrome
test_url = https://imgur.com/gallery/m5tYJL6
playback_recordings = imgur.mp
measure = fcp, loadtime
[raptor-tp6-imgur-chromium-cold]
apps = chromium
test_url = https://imgur.com/gallery/m5tYJL6
playback_recordings = imgur.mp
measure = fcp, loadtime

View File

@ -1,102 +0,0 @@
# 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
page_cycles = 25
unit = ms
lower_is_better = true
alert_threshold = 2.0
page_timeout = 30000
gecko_profile_interval = 1
gecko_profile_entries = 2000000
alert_on = fcp, loadtime
[raptor-tp6-google-mail-firefox]
apps = firefox
test_url = https://mail.google.com/
playback_pageset_manifest = mitm4-linux-firefox-google-mail.manifest
playback_recordings = google-mail.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-office-firefox]
apps = firefox
test_url = https://office.live.com/start/Word.aspx?omkt=en-US
playback_pageset_manifest = mitm4-linux-firefox-office.manifest
playback_recordings = office.mp
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-outlook-firefox]
apps = firefox
test_url = https://outlook.live.com/mail/inbox
playback_pageset_manifest = mitm4-linux-firefox-outlook.manifest
playback_recordings = mitm4-linux-firefox-live.mp
measure = fnbpaint, dcf, loadtime
alert_on = loadtime
[raptor-tp6-pinterest-firefox]
apps = firefox
playback_pageset_manifest = mitm4-linux-firefox-pinterest.manifest
playback_recordings = pinterest.mp
test_url = https://pinterest.com/
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-google-mail-chrome]
apps = chrome
test_url = https://mail.google.com/
playback_pageset_manifest = mitm4-linux-firefox-google-mail.manifest
playback_recordings = google-mail.mp
measure = fcp, loadtime
[raptor-tp6-office-chrome]
apps = chrome
test_url = https://office.live.com/start/Word.aspx?omkt=en-US
playback_pageset_manifest = mitm4-linux-firefox-office.manifest
playback_recordings = office.mp
measure = fcp, loadtime
[raptor-tp6-outlook-chrome]
apps = chrome
test_url = https://outlook.live.com/mail/inbox
playback_pageset_manifest = mitm4-linux-firefox-outlook.manifest
playback_recordings = mitm4-linux-firefox-live.mp
measure = fcp, loadtime
[raptor-tp6-pinterest-chrome]
apps = chrome
playback_pageset_manifest = mitm4-linux-firefox-pinterest.manifest
playback_recordings = pinterest.mp
test_url = https://pinterest.com/
measure = fcp, loadtime
[raptor-tp6-google-mail-chromium]
apps = chromium
test_url = https://mail.google.com/
playback_pageset_manifest = mitm4-linux-firefox-google-mail.manifest
playback_recordings = google-mail.mp
measure = fcp, loadtime
[raptor-tp6-office-chromium]
apps = chromium
test_url = https://office.live.com/start/Word.aspx?omkt=en-US
playback_pageset_manifest = mitm4-linux-firefox-office.manifest
playback_recordings = office.mp
measure = fcp, loadtime
[raptor-tp6-outlook-chromium]
apps = chromium
test_url = https://outlook.live.com/mail/inbox
playback_pageset_manifest = mitm4-linux-firefox-outlook.manifest
playback_recordings = mitm4-linux-firefox-live.mp
measure = fcp, loadtime
[raptor-tp6-pinterest-chromium]
apps = chromium
playback_pageset_manifest = mitm4-linux-firefox-pinterest.manifest
playback_recordings = pinterest.mp
test_url = https://pinterest.com/
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-reddit
[DEFAULT]
test_url = https://www.reddit.com/r/technology/comments/9sqwyh/we_posed_as_100_senators_to_run_ads_on_facebook/
playback_recordings = reddit.mp
playback_pageset_manifest = mitm4-linux-firefox-reddit.manifest
[raptor-tp6-reddit-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-reddit-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-reddit-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-tumblr
[DEFAULT]
test_url = https://www.tumblr.com/dashboard
playback_recordings = tumblr.mp
playback_pageset_manifest = mitm4-linux-firefox-tumblr.manifest
[raptor-tp6-tumblr-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-tumblr-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-tumblr-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-twitch
[DEFAULT]
test_url = https://www.twitch.tv/videos/326804629
playback_recordings = twitch.mp
playback_pageset_manifest = mitm4-linux-firefox-twitch.manifest
[raptor-tp6-twitch-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-twitch-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-twitch-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-twitter
[DEFAULT]
test_url = https://twitter.com/BarackObama
playback_recordings = twitter.mp
playback_pageset_manifest = mitm4-linux-firefox-twitter.manifest
[raptor-tp6-twitter-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-twitter-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-twitter-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-wikipedia
[DEFAULT]
test_url = https://en.wikipedia.org/wiki/Barack_Obama
playback_recordings = mitm4-linux-firefox-wikipedia.mp
playback_pageset_manifest = mitm4-linux-firefox-wikipedia.manifest
[raptor-tp6-wikipedia-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-wikipedia-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-wikipedia-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-mail-firefox
[DEFAULT]
test_url = https://mail.yahoo.com/
playback_recordings = yahoo-mail.mp
playback_pageset_manifest = mitm4-linux-firefox-yahoo-mail.manifest
[raptor-tp6-yahoo-mail-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-yahoo-mail-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-yahoo-mail-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-yahoo-news
[DEFAULT]
test_url = https://www.yahoo.com/lifestyle/police-respond-noise-complaint-end-playing-video-games-respectful-tenants-002329963.html
playback_recordings = yahoo-news.mp
playback_pageset_manifest = mitm4-linux-firefox-yahoo-news.manifest
[raptor-tp6-yahoo-news-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-yahoo-news-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-yahoo-news-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-yandex
[DEFAULT]
test_url = https://yandex.ru/search/?text=barack%20obama&lr=10115
playback_recordings = yandex.mp
playback_pageset_manifest = mitm4-linux-firefox-yandex.manifest
[raptor-tp6-yandex-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-yandex-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-yandex-chromium]
apps = chromium
measure = fcp, loadtime

View File

@ -0,0 +1,22 @@
# 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-youtube
[DEFAULT]
test_url = https://www.youtube.com
playback_recordings = youtube.mp
playback_pageset_manifest = mitm4-linux-firefox-youtube.manifest
[raptor-tp6-youtube-firefox]
apps = firefox
measure = fnbpaint, fcp, dcf, loadtime
[raptor-tp6-youtube-chrome]
apps = chrome
measure = fcp, loadtime
[raptor-tp6-youtube-chromium]
apps = chromium
measure = fcp, loadtime