Let's compare the speed of 3 different ways to traverse the DOM.
Picking the three first elements of a largeish array
Compare the new ES6 spread operator with the traditional slice() method
Parsing performance of converting to/from serialized/developer-friendly representations of data
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