mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
Bug 1881862 - Re-record sina pageload test. r=perftest-reviewers,aglavic
This patch re-records the sina pageload test. It also adds some additional code to the recording script to attempt to remove the cookie banners. Differential Revision: https://phabricator.services.mozilla.com/D202639
This commit is contained in:
parent
2872285c75
commit
3fafa7ce92
@ -33994,7 +33994,7 @@ Page-load performance test suite on Android. The links direct to the actual webs
|
||||
* **page cycles**: 25
|
||||
* **page timeout**: 60000
|
||||
* **playback**: mitmproxy-android
|
||||
* **playback pageset manifest**: mitm6-android-fenix-sina.manifest
|
||||
* **playback pageset manifest**: mitm8-android-fenix-sina.manifest
|
||||
* **playback version**: 8.1.1
|
||||
* **test url**: `<https://www.sina.com.cn/>`__
|
||||
* **type**: pageload
|
||||
|
@ -144,6 +144,12 @@ def before_runs(env):
|
||||
for pref, val in prefs.items():
|
||||
add_option(env, "firefox.preference", f"{pref}:{val}")
|
||||
|
||||
# Add prefs that will attempt to remove cookie banners
|
||||
add_option(
|
||||
env, "firefox.preference", "cookiebanners.bannerClicking.enabled:true"
|
||||
)
|
||||
add_option(env, "firefox.preference", "cookiebanners.service.mode:2")
|
||||
|
||||
second_url = test_site.get("secondary_url", None)
|
||||
if second_url:
|
||||
add_option(env, "browsertime.secondary_url", second_url)
|
||||
|
@ -94,6 +94,7 @@ test_url = "https://support.microsoft.com/en-us"
|
||||
test_url = "https://www.reddit.com"
|
||||
|
||||
["sina"]
|
||||
playback_pageset_manifest = "mitm8-android-fenix-{subtest}.manifest"
|
||||
test_url = "https://www.sina.com.cn/"
|
||||
|
||||
["stackoverflow"]
|
||||
|
@ -1,9 +0,0 @@
|
||||
[
|
||||
{
|
||||
"algorithm": "sha512",
|
||||
"digest": "f3b55b61e6c38a342fee68fef04196de39b209053348cf58f5d9cc289100d82f271008f065adfd4ec02df564f6de12726f198e151af24aace9f654bf008a7b86",
|
||||
"filename": "mitm6-android-fenix-sina.zip",
|
||||
"size": 14757830,
|
||||
"visibility": "public"
|
||||
}
|
||||
]
|
@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"filename": "mitm8-android-fenix-sina.zip",
|
||||
"size": 15119356,
|
||||
"algorithm": "sha512",
|
||||
"digest": "56f38396be740dcf7ba0476125fa0f66fa68f5cbc049652a598afcf9492deee4e974d73193ddc4b125f3b136b5179931bb6c8a19bfa82e874a168393ea05a7eb",
|
||||
"visibility": "public"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user