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