Script Preparation code:
Tests:
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: one year ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Chrome 133 on Mac OS X 10.15.7
View result in a separate tab
.for (init array)
75/s
.reduce
55/s
.reduce (destructuring)
54/s
for..of (reduce)
49/s
for..of
48/s
for..of (reduce) (destructuring)
48/s
.forEach
42/s
for..of (destructuring)
39/s
.map (destructuring)
39/s
.map
37/s
View exact numbers
Test name Executions per second
.for (init array) 75 Ops/sec
.reduce 55 Ops/sec
.reduce (destructuring) 54 Ops/sec
for..of (reduce) 49 Ops/sec
for..of 48 Ops/sec
for..of (reduce) (destructuring) 48 Ops/sec
.forEach 42 Ops/sec
for..of (destructuring) 39 Ops/sec
.map (destructuring) 39 Ops/sec
.map 37 Ops/sec