blob: 75de5453b5856deee20188afabee6e69f8426cb7 [file] [log] [blame]
/* Generate a slow task. */
const begin = window.performance.now();
while (window.performance.now() < begin + 60);