Tests:
  • for(const x of arr)

  • for(let i = 0; i < arr.length; ++i)

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    for(const x of arr)
    for(let i = 0; i < arr.length; ++i)

    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: one year ago)
Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
Firefox 108 on Linux
View result in a separate tab
Test name Executions per second
for(const x of arr) 4810.3 Ops/sec
for(let i = 0; i < arr.length; ++i) 6716.8 Ops/sec