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)

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)

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 days ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Chrome 135 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
.forEach 23.5 Ops/sec
for..of 21.8 Ops/sec
for..of (destructuring) 12.2 Ops/sec
.map 18.6 Ops/sec
.map (destructuring) 25.4 Ops/sec
.for (init array) 28.8 Ops/sec
.reduce 20.2 Ops/sec
.reduce (destructuring) 26.1 Ops/sec
for..of (reduce) 25.0 Ops/sec
for..of (reduce) (destructuring) 19.8 Ops/sec