Script Preparation code:
Tests:
  • Basic for loop

  • For loop but caching the length

  • While loop that imitates a for loop

  • While loop that imitates a for loop caching len

  • While loop in reverse simplifying the test

  • While looping by popping values

  • for ... in loop

  • for ... in loop with integer test

  • For loop testing on existence rather than lengt

  • For loop testing on existence plus array lookup

  • For testing on existence rather than length array

  • For reference

  • Array.forEach() native implementation.

  • For reference against forEach()

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    Basic for loop
    For loop but caching the length
    While loop that imitates a for loop
    While loop that imitates a for loop caching len
    While loop in reverse simplifying the test
    While looping by popping values
    for ... in loop
    for ... in loop with integer test
    For loop testing on existence rather than lengt
    For loop testing on existence plus array lookup
    For testing on existence rather than length array
    For reference
    Array.forEach() native implementation.
    For reference against forEach()

    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: 5 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
Chrome 67 on Windows
View result in a separate tab
Test name Executions per second
Basic for loop 84.0 Ops/sec
For loop but caching the length 13243.2 Ops/sec
While loop that imitates a for loop 85.8 Ops/sec
While loop that imitates a for loop caching len 13581.0 Ops/sec
While loop in reverse simplifying the test 10952.1 Ops/sec
While looping by popping values 6555792.0 Ops/sec
for ... in loop 7380762.0 Ops/sec
for ... in loop with integer test 7075249.0 Ops/sec
For loop testing on existence rather than lengt 7797103.0 Ops/sec
For loop testing on existence plus array lookup 7862445.0 Ops/sec
For testing on existence rather than length array 7607981.0 Ops/sec
For reference 7715309.0 Ops/sec
Array.forEach() native implementation. 7491631.0 Ops/sec
For reference against forEach() 7991576.0 Ops/sec