Tests:
  • For Loop fill

    AخA
     
    let arrayTest = new Array(2500);
    for (let i = 0; i < arrayTest.length; i++){
      arrayTest[i] = Math.random();
    }
  • Array Fill

     
    let arrayTest = new Array(2500).fill(Math.random());
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    For Loop fill
    Array Fill

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Chrome 108 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
For Loop fill 5160.5 Ops/sec
Array Fill 344951.2 Ops/sec