Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36
Chrome 87
Linux
Desktop
4 years ago
Test name Executions per second
Push 10288416.0 Ops/sec
Spread 2.2 Ops/sec
Script Preparation code:
AخA
 
var array = [];
for (let i = 0; i < 1000; i++)
    array.push(i);
Tests:
  • Push

     
    array.push(1001)
  • Spread

     
    array = [...array, 1001]