Shift vs NotNot

Benchmark created on


Preparation HTML

<script>
  var foo = -12.5
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
shift
var bar = foo >> 0
ready
not-not
var bar = ~~foo
ready

Revisions

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