krausest/js-framework-benchmark

Note: Implementation uses explicit requestAnimationFrame calls [sticky]

krausest opened this issue · 0 comments

(Severity: Code smell / cheating)
There were some discussions whether using requestAnimationFrame in client code is okay, a code smell or cheating.
Applying RAF for selected benchmark operations should be avoided and is considered cheating:
#166
#430

Using RAF for all operations in client code should be okay (that doesn't answer the question whether is's nice) since frameworks are allowed to use RAF under the covers too.