var func = new Function("return 2 * 3");
eval("2 * 3");
func();
function fff() { return 2 * 3; }
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