Run details:
Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0
Firefox 110
Linux
Desktop
2 years ago
Test name Executions per second
.unshift() 509123.5 Ops/sec
.push() 33170938.0 Ops/sec
Script Preparation code:
AخA
 
var arr = [1, 4, 2]
Tests:
  • .unshift()

     
    arr.unshift(3)
  • .push()

     
    arr.push(3)