Update browsertime revision to fix a minor custom geckoprofiler bug
Categories
(Testing :: Raptor, defect, P3)
Tracking
(Not tracked)
People
(Reporter: kshampur, Unassigned)
References
Details
(Whiteboard: [fxp])
Currently, sunspider and assorted-dom have empty profiles from --extra-profiler-run
This is because a navigation happens in the url from the start to the end of the test,
:canova found a workaround and has implemented it upstream https://github.com/sitespeedio/browsertime/pull/1999 (it now grabs the url similar to how it is done in the custom chrome trace commands, via the result
variable that gets populated)
As found here https://bugzilla.mozilla.org/show_bug.cgi?id=1858709#c3, only sunspider and assorted-dom are affected by this
Updated•1 year ago
|
Reporter | ||
Updated•1 year ago
|
Comment 1•1 year ago
|
||
@kshampur it appears we updated to https://github.com/sitespeedio/browsertime/commit/62de4fc9abc8067fb58378999b1bc4a4c42f9eb5 in November. Can you confirm if this bug can be resolved?
Reporter | ||
Comment 2•1 year ago
|
||
Thank you for bringing this up again, yes it should be all good now. (and I can see sunspider and assorted dom profiles now)
I will mark this completed
Description
•