Why Is JavaScript Benchmarking a Mess?

I hate benchmarking code, just like any human (which, at this point, most viewers of this probably aren’t ¯(ツ)/¯). It is much more fun to pretend that your caching of a value increased performance by 1000% rather than testing to see what it did. Alas, benchmarking in JavaScript is still necessary, especially as JavaScript is … Read more