plus one vs plusplus (v5)

Revision 5 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
PrePlusPlus
++a;
ready

Revisions

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