Or vs Floor (v36)

Revision 36 of this benchmark created by Nitai J. Perez on


Test runner

Ready to run.

Testing in
TestOps/sec
Math.floor()
Math.floor(13.6);
ready
OR
13.6 | 0;
ready
Left Shift
13.6 << 0;
ready

Revisions

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