Run results for: addEventListener('resize') + innerWidth VS matchMedia() + matchMedia.addEventListener('change')
This benchmark compares using `addEventListener('resize')` with window.innerWidth versus window.matchMedia with it's`addEventListener()` function to see which is faster.