Generate timestamp annotated visual metrics video as part of vismet tasks
Categories
(Testing :: Performance, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: nalexander, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
553.33 KB,
image/png
|
Details |
Right now, the browsertime (Raptor) performance testing jobs capture video and feed that video into vismet visual metrics tasks. The captured video is essentially unprocessed. Browsertime and the surrounding toolchain can annotate the video with timestamps and key events. This ticket tracks making the vismet tasks expose such annotated visual metrics videos.
(We want to keep all of the video processing out of the actual perf testing jobs, since those are very expensive to run due to limited device pools.)
Comment 1•5 years ago
|
||
I'm a big fan of this feature, enabled by --videoParams.addTimer
Unfortunately Sean and I found that enabling it on variable framerate videos is distorting the timing in the resulting video.
https://github.com/sitespeedio/browsertime/issues/1123
Looks like Peter is already on it though :)
Updated•5 years ago
|
Updated•2 years ago
|
Comment 2•1 year ago
|
||
This was added in an unknown bug (I believe it happened as part of the visual-metrics rework, or a browsertime update that changed the defaults), and we have annotated videos available for browsertime tasks that produce videos. See here for an example: https://treeherder.mozilla.org/jobs?repo=mozilla-central&searchStr=browsertime%2Camazon%2Clinux&revision=1d1fb9d5a4974d94e8c317f226c962fd351eae27&selectedTaskRun=O3hTAVQJTe-nXpdMFdlr3w.0
Description
•