Loop Counter (v4)

Revision 4 of this benchmark created on


Description

check += against +

Preparation HTML

<script>
  var l1 = 0
  var l2 = 0
  var l3 = 0
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
+= code example
l1 += 1;
ready
+ code example
l2 = l2 + 1;
ready
++ code example
l3++;
ready

Revisions

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