var x = Math.random();
x ** 0.5;
Math.pow(x, 0.5);
Math.sqrt(x);
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