Incrementation Stuff

Benchmark created by Derek on


Setup

x = 0;
    y = 10000;

Test runner

Ready to run.

Testing in
TestOps/sec
Incrementer
x++;
y++;
ready
+=
x += 1;
y += 1;
ready

Revisions

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

  • Revision 1: published by Derek on