Script Preparation code:
AخA
 
var arrayOne = [1, 3, 5, 11, 13];
var index = arrayOne.indexOf(5);
Tests:
  • Splice

     
    arrayOne.splice(index, 1);
  • Slice

     
    arrayOne.slice(0, index)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Splice
    Slice

    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/87.0.4280.88 Safari/537.36
Chrome 87 on Windows
View result in a separate tab
Test name Executions per second
Splice 1092111.0 Ops/sec
Slice 1019996.7 Ops/sec