Script Preparation code:
AخA
 
var array = [1,2,3];
Tests:
  • arrayUnshift123

     
    array.unshift(0);
  • arrayConcat123

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

     
    array = [0, ...array]
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    arrayUnshift123
    arrayConcat123
    arraySpread123

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36
Chrome 89 on Windows
View result in a separate tab
Test name Executions per second
arrayUnshift123 41567.3 Ops/sec
arrayConcat123 550.5 Ops/sec
arraySpread123 205.4 Ops/sec