mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
3 lines
113 B
JavaScript
3 lines
113 B
JavaScript
/* Generate a slow task. */
|
|
var begin = window.performance.now();
|
|
while (window.performance.now() < begin + 51);
|