Browsertime visualmetrics data is missing a `type` entry in the perfherder data
Categories
(Testing :: Raptor, defect, P3)
Tracking
(firefox79 fixed)
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: sparky, Assigned: rogheliavandan, Mentored)
Details
(Keywords: good-first-bug)
User Story
Attachments
(1 file)
The browsertime visual-metrics data is missing the type
entry in the perfherder data. It should be set to pageload
.
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 2•4 years ago
|
||
Hi :vandan! That's great, you'll have to modify this file to add the missing type entry to the perfherder data: https://searchfox.org/mozilla-central/source/taskcluster/docker/visual-metrics/run-visual-metrics.py
It's currently not possible to test this locally, but I'll be able to tell if it's correct when you submit a patch.
While looking into the file mentioned in comment2 I was able to find 'type' under 'perf_data', https://searchfox.org/mozilla-central/source/taskcluster/docker/visual-metrics/run-visual-metrics.py#284.
Should I edit the type to 'pageload' or add a different key with that type?
Reporter | ||
Comment 4•4 years ago
|
||
That's right there is no existing type
field being defined there. If you can add a type
field (set to pageload
) to the perf data that would solve this issue.
Updated•4 years ago
|
Comment 7•4 years ago
|
||
bugherder |
Description
•