Script Preparation code:
Tests:
  • Default For

  • forEach

  • For with length caching

  • toArray (Array.prototype.slice) and for with caching

  • toArray (Array.prototype.slice) and for-of

  • toArray (Array.from) and for

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    Default For
    forEach
    For with length caching
    toArray (Array.prototype.slice) and for with caching
    toArray (Array.prototype.slice) and for-of
    toArray (Array.from) and for

    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: 6 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Chrome 118 on Windows
View result in a separate tab
Test name Executions per second
Default For 1440.4 Ops/sec
forEach 1531.6 Ops/sec
For with length caching 1782.1 Ops/sec
toArray (Array.prototype.slice) and for with caching 1710.1 Ops/sec
toArray (Array.prototype.slice) and for-of 1717.4 Ops/sec
toArray (Array.from) and for 1507.5 Ops/sec