Run details:
Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
Firefox 135
Linux
Desktop
one month ago
Test name Executions per second
.push() 16548820.0 Ops/sec
.unshift() 8693.2 Ops/sec
Script Preparation code:
AخA
 
var arr = []
Tests:
  • .push()

     
    arr.push(42)
  • .unshift()

     
    arr.unshift(42)