Tests:
  • for loop

    AخA
     
    for (let i = 0; i < 1000; i++) {console.log('hello')}
  • while loop

     
    var i = 1000; while(i--){console.log('hello')}
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    for loop
    while loop

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.62
Chrome 90 on Windows
View result in a separate tab
Test name Executions per second
for loop 249.1 Ops/sec
while loop 250.6 Ops/sec