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

Use last-resort gc, fixes #1667 #1674

Closed robbiespeed closed 1 month ago

robbiespeed commented 1 month ago

Use last-resort gc, fixes #1667

Relevant discussion here as to why this change is being made https://github.com/krausest/js-framework-benchmark/issues/1661#issuecomment-2099578793. TLDR: regular GC passes no longer seem enough to collect all orphaned dom nodes from warm-up runs.

robbiespeed commented 1 month ago

Oops this fails compile since a new param was added to forceGC, will fix. Fixed