var a=Array.from({length:100},()=>Math.random())
var b = a.slice();
b.sort();
a.reduce((a,c) => a < c ? a : c)
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