Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36
Chrome 70
Windows
Desktop
6 years ago
Test name Executions per second
Spread 3352.0 Ops/sec
Push 4355163.5 Ops/sec
Script Preparation code:
AخA
 
buffer = [];
Tests:
  • Spread

     
    buffer = [ ...buffer, { foo: 'bar' } ];
  • Push

     
    buffer.push({ foo: 'bar' });