Script Preparation code:
Tests:
  • .forEach

  • for..of

  • for..of (destructuring)

  • .map

  • .map (destructuring)

  • .for (init array)

  • .reduce

  • .reduce (destructuring)

  • for..of (reduce)

  • for..of (reduce) (destructuring)

  • forEach index

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    .forEach
    for..of
    for..of (destructuring)
    .map
    .map (destructuring)
    .for (init array)
    .reduce
    .reduce (destructuring)
    for..of (reduce)
    for..of (reduce) (destructuring)
    forEach index

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
Chrome 117 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
.forEach 75.9 Ops/sec
for..of 76.2 Ops/sec
for..of (destructuring) 27.3 Ops/sec
.map 23.1 Ops/sec
.map (destructuring) 21.6 Ops/sec
.for (init array) 6.6 Ops/sec
.reduce 64.2 Ops/sec
.reduce (destructuring) 69.2 Ops/sec
for..of (reduce) 77.3 Ops/sec
for..of (reduce) (destructuring) 77.2 Ops/sec
forEach index 6.4 Ops/sec