<!--your preparation HTML code goes here-->
const MAX = 0x7fff
let i = 0;
while (i < MAX) {
i = (i % MAX) + 1;
}
i = (i & MAX) + 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