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

Get performance results from real users on your website with Request Metrics.
Latest run results:
Run details: (Test run date: 24 days ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
Chrome 120 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
.forEach 137823.6 Ops/sec
for..of 144124.4 Ops/sec
for..of (destructuring) 104607.4 Ops/sec
.map 102005.7 Ops/sec
.map (destructuring) 102275.8 Ops/sec
.for (init array) 128094.4 Ops/sec
.reduce 116140.6 Ops/sec
.reduce (destructuring) 115085.3 Ops/sec
for..of (reduce) 149802.0 Ops/sec
for..of (reduce) (destructuring) 149635.4 Ops/sec