Script Preparation code:
Tests:
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    array[array.length - 1]
    array.at(-1)
    array[len - 1]

    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/129.0.0.0 Safari/537.36
Chrome 129 on Mac OS X 10.15.7
View result in a separate tab
array.at(-1)
26.9M/s
array[array.length - 1]
14.5M/s
array[len - 1]
14.5M/s
View exact numbers
Test name Executions per second
array.at(-1) 26,884,256 Ops/sec
array[array.length - 1] 14,538,164 Ops/sec
array[len - 1] 14,491,580 Ops/sec