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: 15 days ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0
Firefox 133 on Windows
View result in a separate tab
Test name Executions per second
[...Array(n).keys()].map(k => undefined) 828.3 Ops/sec
Array.apply(null, { length: 4 }) 623.1 Ops/sec
Array.from 1677.9 Ops/sec
Array(n).fill(undefined) 3669.2 Ops/sec
for loop push 3467.7 Ops/sec