testforloopsarrays

Benchmark created by Das on


Setup

var val = 0;

Test runner

Ready to run.

Testing in
TestOps/sec
while
while(val<30)val++;
ready
for2
for(;val<30;val++);
ready

Revisions

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