fdfd

Benchmark created by fdkaladf on


Test runner

Ready to run.

Testing in
TestOps/sec
sdfs
var arr = [1,2,3,4,5];
for (var i=0; i<arr.length; i++) {
  arr[i]++;
}
ready
fdsf
var arr = [1,2,3,4,5];
arr.forEach(function(x){ x++ } )
ready

Revisions

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

  • Revision 1: published by fdkaladf on