Skip to content

Commit

Permalink
Bug 1730587: Update bing-search page load test to navigate to sub-pag…
Browse files Browse the repository at this point in the history
…e rather than about:blank r=perftest-reviewers,alexandru.irimovici

Differential Revision: https://phabricator.services.mozilla.com/D132968
  • Loading branch information
kimberlythegeek committed Dec 8, 2021
1 parent 7df0239 commit aeb23dc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
5 changes: 3 additions & 2 deletions testing/perfdocs/generated/raptor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1976,8 +1976,9 @@ Tests for page-load performance. The links direct to the actual websites that ar
* **page cycles**: 25
* **page timeout**: 60000
* **playback**: mitmproxy
* **playback pageset manifest**: mitm5-linux-firefox-bing-search.manifest
* **playback version**: 5.1.1
* **playback pageset manifest**: mitm7-linux-firefox-bing-search.manifest
* **playback version**: 7.0.4
* **secondary url**: `<https://www.bing.com/search?q=barack+obama+quotes>`__
* **test url**: `<https://www.bing.com/search?q=barack+obama>`__
* **type**: pageload
* **unit**: ms
Expand Down
3 changes: 2 additions & 1 deletion testing/performance/pageload_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@
{
"login": false,
"name": "bing-search",
"test_url": "https://www.bing.com/search?q=barack+obama"
"test_url": "https://www.bing.com/search?q=barack+obama",
"secondary_url": "https://www.bing.com/search?q=barack+obama+quotes"
},
{
"login": false,
Expand Down
3 changes: 1 addition & 2 deletions testing/raptor/raptor/tests/tp6/desktop/browsertime-tp6.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ use_live_sites = false
test_url = https://www.amazon.com/s?k=laptop&ref=nb_sb_noss_1

[bing-search]
playback_pageset_manifest = mitm5-linux-firefox-bing-search.manifest
playback_version = 5.1.1
test_url = https://www.bing.com/search?q=barack+obama
secondary_url = https://www.bing.com/search?q=barack+obama+quotes

[buzzfeed]
playback_pageset_manifest = mitm6-linux-firefox-buzzfeed.manifest
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"size": 4229126,
"visibility": "public",
"digest": "c7fd2a50e31e8ab6064f86d8d8b35ce3369bca79d485791c61247e3c6121ebb35168a02b941ef71931b0c3058a119a3b85a341ad74c8ade47ffcbecb102c91ce",
"algorithm": "sha512",
"filename": "mitm7-linux-firefox-bing-search.zip"
}
]

0 comments on commit aeb23dc

Please sign in to comment.