Or vs Floor vs Double Tilde (v3)

Revision 3 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Floor
Math.floor(13.6);
ready
OR
13.6 | 0;
ready
Double Tilde
~~(13.6);
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.