Script Preparation code:
AخA
 
var array = [1,2,3];
Tests:
  • array[2]

     
    var d = array[2];
  • array.at(2)

     
    var z = array.at(2);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    array[2]
    array.at(2)

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 6 months ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
Chrome 129 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
array[2] 29390016.0 Ops/sec
array.at(2) 29816042.0 Ops/sec