Closed
Bug 1636682
Opened 1 year ago
Closed 11 months ago
Make some improvements to the similarity metric
Categories
(Testing :: Performance, task, P1)
Tracking
(firefox78 fixed)
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
References
Details
Attachments
(1 file)
This bug is for making some improvements to the similarity metric:
- Calculate 2 sets of metrics, one that is calculated against it's last task (same label) and another that is calculated against the live site variant if it exists.
- Live site tests only have one calculated.
- Use task label instead of building it ourselves to ensure that the smilarity metrics use the correct page load variant and make the queries more robust.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → gmierz2
Status: NEW → ASSIGNED
Priority: -- → P1
Assignee | ||
Comment 1•1 year ago
|
||
This patch makes two main changes:
1.Calculates 2 sets of metrics, one that is calculated against it's last task (same label) and another that is calculated against the live site variant if it exists.
i. Live site tests only have one calculated.
2. Use task label instead of building it ourselves to ensure that the smilarity metrics use the correct page load variant and make the queries more robust.
Pushed by gmierz2@outlook.com: https://hg.mozilla.org/integration/autoland/rev/5c5aa0a052b4 Make some small improvements to the similarity metric. r=tarek
Comment 3•11 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•