increment (v2)

Revision 2 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
increment++
for (var i = 0; i < 1000000; i++);
ready
++increment
for (var i = 0; i < 1000000; ++i);
ready
increment += 1
for (var i = 0; i < 1000000; i += 1);
ready

Revisions

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