Script Preparation code:
AخA
 
var array = ['bigface'];
Tests:
  • Using toString()

     
    array.toString();
  • Using shift()

     
    array.shift();
  • Using pop()

     
    array.pop();
  • Using [0]

     
    array[0];
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Using toString()
    Using shift()
    Using pop()
    Using [0]

    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/113.0.0.0 Safari/537.36
Chrome 113 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
Using toString() 8925737.0 Ops/sec
Using shift() 18678308.0 Ops/sec
Using pop() 19230830.0 Ops/sec
Using [0] 19428168.0 Ops/sec