Closed
Bug 1941704
Opened 24 days ago
Closed 18 days ago
Align Performance and End-to-End Tests for the ML Engine with Production Behavior
Categories
(Core :: Machine Learning, defect)
Core
Machine Learning
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: atossou, Assigned: atossou, NeedInfo)
References
Details
(Whiteboard: [genai])
Attachments
(1 file)
There are a few instances in the ML code where special logic is applied using Cu.isInAutomation
.
However, the performance and end-to-end tests can behave similarly to production and do not require this special handling.
For instance, in production, the model is fully initialized during startup, including all downloads and graph optimizations. In contrast, this full initialization does not occur in performance unit tests.
Updated•24 days ago
|
Assignee | ||
Comment 1•24 days ago
|
||
Updated•24 days ago
|
Attachment #9459518 -
Attachment description: WIP: Bug 1941704 - Align Performance and End-to-End Tests for the ML Engine with Production Behavior -r?tarek → Bug 1941704 - Align Performance and End-to-End Tests for the ML Engine with Production Behavior - r?tarek
Pushed by atossou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0784e5fc89cd
Align Performance and End-to-End Tests for the ML Engine with Production Behavior - r=tarek,urlbar-reviewers,cgopal
Comment 3•21 days ago
|
||
Backed out for causing failures at browser_ml_model.js.
Backout link: https://hg.mozilla.org/integration/autoland/rev/53025c201412809a8b551022a9e9f5d4910c3573
Failure log: https://treeherder.mozilla.org/logviewer?job_id=490619493&repo=autoland&lineNumber=16744
Flags: needinfo?(atossou)
Pushed by atossou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/62fad1273eeb
Align Performance and End-to-End Tests for the ML Engine with Production Behavior - r=tarek,urlbar-reviewers,cgopal,credential-management-reviewers,dimi
Comment 5•18 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 18 days ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•