let x = 100;
let y = x + 1;
let z = x + y;
const x = 100;
const y = x + 1;
const z = x + y;
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