Closed
Bug 1752871
Opened 3 years ago
Closed 3 years ago
Add option to specify which page to record locally in the proxy layer
Categories
(Testing :: mozperftest, task, P1)
Testing
mozperftest
Tracking
(firefox99 fixed)
RESOLVED
FIXED
99 Branch
| Tracking | Status | |
|---|---|---|
| firefox99 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
Details
Attachments
(1 file)
This bug is for adding an CLI option for selecting which page to record.
| Assignee | ||
Comment 1•3 years ago
|
||
This patch adds the --proxy-perftest-page option. With this option, we'll be able to specify which test pages we want to record rather than modifying the pageload_sites.json. Note that the login fields will not be taken into consideration with this option.
You can use the flag as follows (seperate multiple pages with a comma): --proxy-perftest-page microsft,linkedin,netflix
Furthermore, some changes were made to strengthen the conditions around when a login site can be tested (only when RAPTOR_LOGINS is defined locally, or if we are in CI).
Pushed by gmierz2@outlook.com:
https://hg.mozilla.org/integration/autoland/rev/0e476137b09d
Add option to specify which page to record. r=perftest-reviewers,AlexandruIonescu
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•