Speedometer 3 404s during Android PGO profile generation run
Categories
(Core :: Performance Engineering, defect)
Tracking
()
People
(Reporter: jnicol, Assigned: denispal)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxpe])
Attachments
(1 file)
|
97.75 KB,
image/png
|
Details |
See attached screenshot. I noticed this while trying to generate PGO profiles locally, but it seems we get the same thing on CI from looking at logcats. I see a bunch of these messages for each subtest:
GeckoSession: handleMessage GeckoView:LocationChange uri=http://10.0.2.2:8888/js-input/webkit/PerformanceTests/Speedometer3/resources/react-stockcharts/build/index.html?type=svg
but the URIs do not repeat. and then the final one:
GeckoSession: handleMessage GeckoView:LocationChange uri=http://10.0.2.2:8888/js-input/webkit/PerformanceTests/Speedometer3/resources/perf.webkit.org/public/v3/Speedometer3/resources/perf.webkit.org/public/v3/#/charts/?since=1678991819934&paneList=((55-1974-null-null-(5-2.5-500)))
which matches the screenshot showing it is on React-Stockcharts-SVG in the first iteration, and failed to load perf-dashboard.
We should fix this, and hope that training PGO being trained on the full speedometer 3 run rather than just nearly a single iteration improves performance.
| Reporter | ||
Comment 1•6 months ago
|
||
It seems we already encountered this same issue for desktop PGO profile generation in bug 1867581
Updated•6 months ago
|
Comment 2•5 months ago
|
||
The severity field is not set for this bug.
:fdoty, could you have a look please?
For more information, please visit BugBot documentation.
Updated•5 months ago
|
| Assignee | ||
Comment 4•4 months ago
|
||
I was able to fix this by replacing mozhttpd with python's httpserver.
| Assignee | ||
Updated•4 months ago
|
Updated•4 months ago
|
Updated•4 months ago
|
Updated•3 months ago
|
Description
•