Script Preparation code:
AخA
 
var array = new Array(100);
Tests:
  • forEach

     
    array.forEach(function(item, index) {
      array[i];
    });
  • some

     
    array.some(function(item, index) {
      array[i];
    });
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    forEach
    some

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 8 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36
Chrome 53 on Mac OS X 10.11.5
View result in a separate tab
Test name Executions per second
forEach 808054.0 Ops/sec
some 827200.6 Ops/sec