krausest / js-framework-benchmark

A comparison of the performance of a few popular javascript frameworks
https://krausest.github.io/js-framework-benchmark/
Apache License 2.0
6.58k stars 814 forks source link

Modify GC for chrome 125 #1667

Closed krausest closed 1 month ago

krausest commented 1 month ago

Use a single call to window.gc({type:'major',execution:'sync',flavor:'last-resort'}) as described in #1661 .