Tests:
  • array fill

    AخA
     
    var result = Array(50).fill(undefined).map((_, index) => index)
  • array keys + spread

     
    var result = [...Array(50).keys()].map((_, index) => index)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    array fill
    array keys + spread

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 5 years ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
Chrome 78 on Linux
View result in a separate tab
Test name Executions per second
array fill 434032.5 Ops/sec
array keys + spread 182334.6 Ops/sec