Script Preparation code:
AخA
 
function doSomethingWith(i) {
}
Tests:
  • for let

     
    for (let i = 0; i < 500; ++i) {
        doSomethingWith(i);
    }
  • for var

     
    for (var i = 0; i < 500; ++i) {
        doSomethingWith(i);
    }
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    for let
    for var

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Firefox/91.0
Firefox 91 on Mac OS X 10.15
View result in a separate tab
Test name Executions per second
for let 3362078.0 Ops/sec
for var 3411045.0 Ops/sec