Script Preparation code:
Tests:
  • for i < length

  • .forEach(t)

  • for..of

  • for t = array[i]

  • for i=0; i in array

  • for i in array,

  • .reduce

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    for i < length
    .forEach(t)
    for..of
    for t = array[i]
    for i=0; i in array
    for i in array,
    .reduce

    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: 2 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:94.0) Gecko/20100101 Firefox/94.0
Firefox 94 on Mac OS X 10.15
View result in a separate tab
Test name Executions per second
for i < length 12.6 Ops/sec
.forEach(t) 10.2 Ops/sec
for..of 10.5 Ops/sec
for t = array[i] 12.4 Ops/sec
for i=0; i in array 13.0 Ops/sec
for i in array, 11.4 Ops/sec
.reduce 9.4 Ops/sec