mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
4 lines
115 B
JavaScript
4 lines
115 B
JavaScript
/* Generate a slow task. */
|
|
const begin = window.performance.now();
|
|
while (window.performance.now() < begin + 60);
|