Which is faster: Table lookup or Math.pow(2,value) or bitwise operation (1 << value)?
Testing performance of instanceOf vs. a number comparison (some enum type)
Check speed
https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
Compare the new ES6 spread operator with the traditional concat() method
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