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: 15 hours ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Chrome 130 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
.forEach 30.1 Ops/sec
for..of 41.1 Ops/sec
for..of (destructuring) 31.7 Ops/sec
.map 26.6 Ops/sec
.map (destructuring) 28.8 Ops/sec
.for (init array) 53.9 Ops/sec
.reduce 40.3 Ops/sec
.reduce (destructuring) 40.9 Ops/sec
for..of (reduce) 39.2 Ops/sec
for..of (reduce) (destructuring) 39.9 Ops/sec