Closed
Bug 1898465
Opened 9 months ago
Closed 9 months ago
Do not send any IPC messages when predictor is disabled
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
The predictor's pref check for StaticPrefs::network_predictor_enabled is done after sending IPC messages from child to parent.
That means even when the predictor is disabled, we still send some IPC messages. This might skew the results when analyzing the predictor's performance compared to it being disabled.
Assignee | ||
Comment 1•9 months ago
|
||
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c616b96b9ce3
Do not send any IPC messages when predictor is disabled r=acreskey
Status: NEW → RESOLVED
Closed: 9 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•