Add test api that can make use of the dev tools network throttler
Categories
(Core :: Networking, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: acreskey, Assigned: acreskey)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
For network performance tests, it is often necessary to set bandwidth restrictions or add latency.
The DevTools network throttler can simulate these network conditions and could be useful in creating certain performance tests.
Assignee | ||
Comment 1•2 years ago
|
||
Patch incoming. I prototyped this for a different test and it seemed to work quite well.
Assignee | ||
Comment 2•2 years ago
|
||
To create network tests that capture various codepaths and optimizations we need to fix network particulars such as latency and bandwidth.
This module provides access to the dev tools throttler for use in browsertime pageload tests.
Updated•2 years ago
|
Comment 4•2 years ago
|
||
Backed out for causing failures at browser_all_files_referenced.js.
Backout link: https://hg.mozilla.org/integration/autoland/rev/4bedb5a7c2ae826259c4c1c78acbd4d94d4d025d
Failure log: https://treeherder.mozilla.org/logviewer?job_id=423160612&repo=autoland&lineNumber=4239
Comment 6•2 years ago
|
||
bugherder |
Assignee | ||
Updated•2 years ago
|
Description
•