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