var array = [].fill(1,0,10000)
for(var x=0; x<array.length; x++){
delete array[x]
}
while(array.length - 3 > 0){
array.splice(2,1)
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