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

     
    arr.unshift(6);
  • push + reverse

     
    arr.reverse();
    arr.push(6);
    arr.reverse();
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    unshift
    push + reverse

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0
Firefox 104 on Windows
View result in a separate tab
Test name Executions per second
unshift 544516.8 Ops/sec
push + reverse 57.7 Ops/sec