bit thingies

Benchmark created by Simon on


Preparation HTML

<script>
  var x = 555.555;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
double squiggle
var y = ~~x;
ready
pipe
var y = x | 0;
ready
yawn
var y = Math.floor(x);
ready

Revisions

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