var array = new Array(1000000).fill(0);
function getObj() {
return {x: 0, Y: 0};
}
for (const i in array) array[i] = getObj();
let i;
for (i in array) array[i] = getObj();
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