tilde vs floor

Benchmark created on


Preparation HTML

<script>
  var a = 1.2474; 
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
tilde
~~a;
ready
floor
Math.floor(a);
ready

Revisions

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