mirror of
https://github.com/servo/servo.git
synced 2025-10-04 18:49:23 +01:00
3 lines
115 B
JavaScript
3 lines
115 B
JavaScript
/* Generate a slow task. */
|
|
const begin = window.performance.now();
|
|
while (window.performance.now() < begin + 51);
|