var array = new Array(1000);
for (var i = 0; i < array.length; i++) {
if (i === 877) {
break;
}
array.some(function(i) {
return i === 877;
});
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