Script Preparation code:
AخA
 
var array = [1, 2, 3, 4, 5]
Tests:
  • splice

     
    array.splice(2, 1)
  • shift

     
    array.shift()
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    splice
    shift

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Chrome 114 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
splice 9995007.0 Ops/sec
shift 12735292.0 Ops/sec