Run details:
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36
Chrome 53
Windows 7
Other
8 years ago
Test name Executions per second
pre-allocated 38103.0 Ops/sec
variable size 119401.5 Ops/sec
Tests:
  • pre-allocated

    AخA
     
    for(var test = new Array(1000), i = 0; i < 1000; i++)
      test.push(i)
  • variable size

     
    for(var test = [], i = 0; i < 1000; i++)
      test.push(i)