Script Preparation code:
Tests:
  • [...Array(n).keys()].map(k => undefined)

  • Array.apply(null, { length: 4 })

  • Array.from

  • Array(n).fill(undefined)

  • for loop push

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    [...Array(n).keys()].map(k => undefined)
    Array.apply(null, { length: 4 })
    Array.from
    Array(n).fill(undefined)
    for loop push

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 days ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0
Firefox 132 on Windows
View result in a separate tab
Test name Executions per second
[...Array(n).keys()].map(k => undefined) 948.1 Ops/sec
Array.apply(null, { length: 4 }) 704.0 Ops/sec
Array.from 1943.7 Ops/sec
Array(n).fill(undefined) 3918.4 Ops/sec
for loop push 4296.8 Ops/sec