Variables

Benchmark created on


Setup

var a = 0;
    var b = 1;

Test runner

Ready to run.

Testing in
TestOps/sec
Without variable
a += 1;
ready
Without variable (++a)
++a;
ready
Without variable (a++)
a++;
ready
With variable
a += b;
ready

Revisions

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