Raw File
/* Generate a slow task. */
const begin = window.performance.now();
while (window.performance.now() < begin + 51);
back to top