Saša vs Domagoj

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Saša
var arr = [];
for (var i = 1000000; i >= 0; --i) {
  arr[i] = 0;
}
ready
Domagoj
var arr = [];
for (var i = 0; i < 1000000; i++) {
  arr[i] = 0;
}
ready

Revisions

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