ios5-test

Benchmark created by LiraNuna on


Test runner

Ready to run.

Testing in
TestOps/sec
loop
var sum = 0;
for(var i=0; i<1000000; ++i) {
    sum += i;
}
ready
o2 loop
var sum = 0;
for(var i=0; i<1000; ++i) {
    for(var j=0; j<1000; ++j) {
        sum += i * j;
    }
}
ready

Revisions

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