Loop Counter

Benchmark created by Alistair 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 += 1;
ready
+ code example
l_count = l_count + 1;
ready
++ code example
l_count++;
ready

Revisions

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