floor (v3)

Revision 3 of this benchmark created on


Preparation HTML

<script>
  var mynum=1234567890.5678987654567;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
bitwise
mynum | 0;
ready
floor
Math.floor(mynum);
ready
double bitwise not
~~mynum
ready

Revisions

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