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: 20 days ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36
Chrome 147 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
.forEach 20.0 Ops/sec
for..of 84.5 Ops/sec
for..of (destructuring) 63.4 Ops/sec
.map 43.9 Ops/sec
.map (destructuring) 46.1 Ops/sec
.for (init array) 82.1 Ops/sec
.reduce 57.0 Ops/sec
.reduce (destructuring) 56.3 Ops/sec
for..of (reduce) 83.3 Ops/sec
for..of (reduce) (destructuring) 85.6 Ops/sec