Add a set of live site tests for HTTP/3
Categories
(Testing :: mozperftest, task, P1)
Tracking
(firefox81 fixed)
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
References
(Blocks 1 open bug)
Details
Attachments
(9 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
This bug is for adding a small set of live site tests to mozperftest (residing within testing/performance
). This bug doesn't include setting them up in CI.
Assignee | ||
Comment 1•5 years ago
|
||
This patch adds a test which performs the following:
(1): Navigates to google.com
(2): Measure metrics for searching the "Python"
(3): Wait for X (waitTime) seconds
(4): Measure metrics for clicking the "Next Page" button
Depends on D84822
Assignee | ||
Comment 2•5 years ago
|
||
This patch adds a youtube live site test which measures the playback quality of the video.
Depends on D84823
Assignee | ||
Comment 3•5 years ago
|
||
This patch adds a test for video playback quality on youtube that scrolls while the video is playing.
Depends on D84824
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D84825
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D84852
Assignee | ||
Comment 6•5 years ago
|
||
This patch adds a performance test for the Lucas Cloudflare image fetch test for the combinations (requests, parallel requests): [100, 1], [100, 100], and [300, 300]. Resource load time as well as the number of images missed is measured.
Depends on D84864
Assignee | ||
Comment 7•5 years ago
|
||
This patch adds a test for scrolling on the google image search page for kittens. It measure the images loaded per second as well as the amount of time it takes for a clicked image to open and load.
Depends on D84923
Assignee | ||
Comment 8•5 years ago
|
||
Depends on D84927
Assignee | ||
Comment 9•5 years ago
|
||
Try run for these tests: https://treeherder.mozilla.org/#/jobs?repo=try&tier=1%2C2%2C3&revision=f3d1c91aff8b160c0697267deaa89a2234a9e810
The google-search one is a bit problematic since it seems to intermittently fail while trying to find the search button - not too sure how to fix this one yet.
Assignee | ||
Comment 10•5 years ago
|
||
Assignee | ||
Comment 11•5 years ago
|
||
Depends on D84927
Assignee | ||
Comment 12•5 years ago
|
||
This should be the final try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=db2e4a23212c1b035a11c4db16eff1b9bd8a71cd
Comment 13•5 years ago
|
||
![]() |
||
Comment 14•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/58df5566adf1
https://hg.mozilla.org/mozilla-central/rev/5c9024a5e135
https://hg.mozilla.org/mozilla-central/rev/06302a603e01
https://hg.mozilla.org/mozilla-central/rev/142c93403cb1
https://hg.mozilla.org/mozilla-central/rev/cb654047009d
https://hg.mozilla.org/mozilla-central/rev/ca524d800373
https://hg.mozilla.org/mozilla-central/rev/547f88256a8c
https://hg.mozilla.org/mozilla-central/rev/61a1e8966a3e
https://hg.mozilla.org/mozilla-central/rev/1a4f6037ad44
Description
•