Script Preparation code:
AخA
 
arr = [1,2,3,4,5]
Tests:
  • of

     
    for (val of arr) Number(val)
  • forEach

     
    arr.forEach(val => Number(val))
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    of
    forEach

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 5 years ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
Chrome 78 on Linux
View result in a separate tab
Test name Executions per second
of 480849.5 Ops/sec
forEach 1457862.5 Ops/sec