Closed
Description
Similar to our startup perf tracking, can we report daily on how memory efficient startup is? Memory efficiency is, how much wasted objects where garbage collected.
We could utilise playwright
for this and run it against web on one platform, similar to our web startup tests.
//cc @joaomoreno
### Tasks
- [x] Show total heap used and garbage at the end
- [x] Figure out how many GCs (small, full) ran as part of startup
- [x] Figure out how much total garbage was collected during startup