flip sign

Benchmark created on


Preparation HTML

<script>
  x=3;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
normal
x=-x;
ready
bitwise add
x = (x ^ -1) + 1;
ready

Revisions

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