var arr = new Array(100000).fill(1).map((_, i) => `hello ${i}`);
arr.splice( arr.indexOf("hello 15"), 1 )
arr.filter(data => data !== 'hello 15')
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