Script Preparation code:
AخA
 
var arr = [1,2,3,4]
Tests:
  • Shift

     
    arr.unshift(0,5);
  • Spread

     
    arr1 = [0,5, ...arr]
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Shift
    Spread

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Chrome 108 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
Shift 26040.7 Ops/sec
Spread 234.2 Ops/sec