Loop Counter (v3)

Revision 3 of this benchmark created on


Description

check += against +

Preparation HTML

<script>
  var l_count = 0
</script>

Test runner

Ready to run.

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

Revisions

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