Tests:
  • [...Array(n)]

  • Array(n).fill(null)

  • Array.from({ length: n })

  • Array.from({ length:n }, (item, i) => i)

  • while(up--) myArray.push(Math.random());

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    [...Array(n)]
    Array(n).fill(null)
    Array.from({ length: n })
    Array.from({ length:n }, (item, i) => i)
    while(up--) myArray.push(Math.random());

    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: 2 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
Chrome 121 on Windows
View result in a separate tab
Test name Executions per second
[...Array(n)] 9981.4 Ops/sec
Array(n).fill(null) 9944.4 Ops/sec
Array.from({ length: n }) 7529.2 Ops/sec
Array.from({ length:n }, (item, i) => i) 7080.2 Ops/sec
while(up--) myArray.push(Math.random()); 9672.4 Ops/sec