plus one vs plusplus (v3)

Revision 3 of this benchmark created on


Preparation HTML

<script>
  var a = 0;
  var b = 1;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
Plus 1
a += 1;
ready
PlusPlus
++a;
ready
Plus Variable
a += b;
ready

Revisions

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