[browsertime] Review visual metrics that should generate regression/improvement alerts
Categories
(Testing :: Raptor, defect, P1)
Tracking
(firefox86 fixed)
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: alexandrui, Assigned: alexandrui)
References
Details
Attachments
(1 file)
For the moment we're alerting on several visual metrics that are not bringing value to us, but the opposite, is bringing confusion, so there's the proposal to keep only the Speedindex ones:
- ContentfulSpeedIndex
- PerceptualSpeedIndex
- SpeedIndex
Jesup, desnis, what's your input on this?
Comment 1•5 years ago
|
||
videoRecordingStart is the only one we shouldn't be alerting on. The others are useful:
- ContentfulSpeedIndex
- PerceptualSpeedIndex
- SpeedIndex
- FirstVisualChange
- LastVisualChange
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
I'm confused as Dave mentioned only the *SpeedIndex ones.
Comment 3•5 years ago
|
||
(In reply to Alexandru Ionescu (needinfo me) [:alexandrui] from comment #2)
I'm confused as Dave mentioned only the *SpeedIndex ones.
sparky is the expert here, if he says there's value in alerting on First/LastVisualChange then I'm not going to disagree.
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 4•5 years ago
|
||
Sparky, can I get some help here? Can't find any explicit reference of videoRecordingStart except METRICS_FIELDS which doesn't seem to be used anywhere. I am also having hard times running visual metrics locally so it's taking a long time to run on try on every change I make. Could you suggest where can I disable videoRecordingStart?
| Assignee | ||
Comment 5•5 years ago
•
|
||
Latest findings reveal that visual metrics have no explicit shouldAlert flag in python/mozperftest/mozperftest/metrics/visualmetrics.py. Have to add it.
Comment 6•5 years ago
|
||
(In reply to Alexandru Ionescu (needinfo me) [:alexandrui] from comment #5)
Latest findings reveal that visual metrics have no explicit
shouldAlertflag inpython/mozperftest/mozperftest/metrics/visualmetrics.py. Have to add it.
That is correct, by default Perfherder will alert on metrics without an explicit shouldAlert=false.
Comment 7•5 years ago
|
||
(In reply to Alexandru Ionescu (needinfo me) [:alexandrui] from comment #4)
Sparky, can I get some help here? Can't find any explicit reference of
videoRecordingStartexceptMETRICS_FIELDSwhich doesn't seem to be used anywhere. I am also having hard times running visual metrics locally so it's taking a long time to run on try on every change I make. Could you suggest where can I disablevideoRecordingStart?
You're looking in the wrong code - that's mozperftest not raptor. You'll want to modify the code here: https://searchfox.org/mozilla-central/source/taskcluster/docker/visual-metrics/run-visual-metrics.py
Updated•5 years ago
|
| Assignee | ||
Comment 8•5 years ago
|
||
Comment 10•5 years ago
|
||
| bugherder | ||
Description
•