Confirmed users
95
edits
(ASAP Tests - clarification) |
m (→ASAP Tests) |
||
| Line 50: | Line 50: | ||
=== ASAP Tests === | === ASAP Tests === | ||
We have a variety of tests which we now run in ASAP mode where we render as fast as possible (disabling vsync and letting the rendering iterate as fast as it can). In fact we have replaced some original tests with the 'x' versions to make them measure. We do this with RequestAnimationFrame(). | We have a variety of tests which we now run in ASAP mode where we render as fast as possible (disabling vsync and letting the rendering iterate as fast as it can using `requestAnimationFrame`). In fact we have replaced some original tests with the 'x' versions to make them measure. We do this with RequestAnimationFrame(). | ||
ASAP Tests are: | ASAP Tests are: | ||