for inner outer

Benchmark created by kares on


Description

....

Setup

var arrayAll = [];

Test runner

Ready to run.

Testing in
TestOps/sec
inner
for (var i = 0; i < 10000; i++) {
  arrayAll[i] = i;
}
ready
outer
var i = 0;
for (; i < 10000; i++) {
  arrayAll[i] = i;

}
ready

Revisions

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