Tests:
  • spread

    AخA
     
    var arr = [];
    new Array(1000).fill(1).forEach((item) => { arr = [...arr, item] })
  • push

     
    var arr = [];
    new Array(1000).fill(1).forEach((item) => { arr.push(item) })
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    spread
    push

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
Chrome 91 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
spread 1192.3 Ops/sec
push 142978.6 Ops/sec