Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0
Firefox 125
Windows
Desktop
one year ago
Test name Executions per second
arrayUnshift123 364313.5 Ops/sec
arrayConcat123 47.6 Ops/sec
arraySpread123 11.6 Ops/sec
Script Preparation code:
AخA
 
var array = [1,2,3];
Tests:
  • arrayUnshift123

     
    array.unshift(0);
  • arrayConcat123

     
    array = array.concat([0])
  • arraySpread123

     
    array = [0, ...array]