Loop Counter (v6)

Revision 6 of this benchmark created by wildcard on


Description

check += against +

Preparation HTML

<script>
  var l_count = 0;
  var l_count2 = 0;
  var l_count3 = 0;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
+= code example
l_count += 1;
ready
+ code example
l_count2 = l_count2 + 1;
ready
++ code example
l_count3++;
ready

Revisions

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