Open
Bug 1820133
Opened 2 years ago
Updated 10 months ago
Speedometer test triggers more GC than expected
Categories
(Core :: JavaScript: GC, defect, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: jonco, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [sp3])
There are a lot of DOCSHELL GCs triggered in the speedometer benchmark, as seen in the following profile:
Fortunately these mostly fall outside the periods measured and so don't affect the score much.
They don't seem to be collecting much though. It might be better to relax whatever is triggering these.
Updated•2 years ago
|
Severity: -- → S3
Updated•10 months ago
|
Blocks: sm-js-perf, speedometer3
Updated•10 months ago
|
Whiteboard: [sp3]
Updated•10 months ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-675
Comment 1•10 months ago
|
||
The behavior is quite different these days. Bug 1856574 changed how often we trigger major GC and bug 1856577 affected minor GCs.
I'd like to run major GC and CC more often, so that we could collect data sooner (but somehow that doesn't seem to work well atm).
You need to log in
before you can comment on or make changes to this bug.
Description
•