Memory measurement is broken
See original GitHub issueOutput looks currently like that since updating to Chrome 73 and returns way too high values:
*** memory 2.9918212890625
*** memory 4.30865478515625
*** memory 5.489418029785156
*** memory 6.524208068847656
*** memory 7.559226989746094
*** memory 8.594490051269531
*** memory 9.6324462890625
*** memory 10.673210144042969
*** memory 11.708724975585938
*** memory 12.743614196777344
(Chrome 72 reported quite constant values close to the first reported value)
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
How to test RAM and find errors | Rock Paper Shotgun
Step 1: Open Windows Memory Diagnostic by searching for it in the Start menu's search bar. Then, click “Restart now and check for...
Read more >Data Rescue Series (Part 2): How to deal with broken memory ...
Overheating of the memory card causing several and very unique errors. Mechanical damages that cause broken solder connections inside the ...
Read more >Classification of Working Memory Loads via Assessing Broken ...
In conclusion, our findings provide an advanced framework to accurately classify various levels of working memory with the broken detailed balance of human ......
Read more >How to Fix Your Broken Perception of Time - Zapier
To fix our broken perception of time, we can reevaluate our ... Last but not least, our memory is both cause and effect...
Read more >Memory of a Broken Dimension may melt your eyes, brain
Essentially Memory of a Broken Dimension is comprised of two parts: a computer terminal where players must input codes into an esoteric ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As for 1: If I force GC before window.performance.memory.usedJSHeapSize results are closer. And I found that I measured window.performance.memory.usedJSHeapSize after
afterBenchmark
and benchmark 21 performs some action there. So now the two metrics are very close for chrome 72:Yeah those numbers are much better. Things are still different in certain areas but at least relatively frameworks are comparably where they were before. I look forward to when Chrome fixes whatever the issue is.