Test on isEqual performance
Let's compare the speed of 3 different ways to traverse the DOM.
Compare for(index), for(in) and forEach()
Testing if caching querySelector makes a diference
Compare the differing ways you can call a function with arbitrary arguments dynamically
Measuring which is faster
Create Your benchmarks
FAQ: FAQ
Source code: GitHub/MeasureThat.net
Report issues: MeasureThat.net/Issues
Based on: Benchmark.js
Facebook page: https://www.facebook.com/MeasureThat.Net
Python benchmarks support: Pyodide