Script Preparation code:
Tests:
  • array[array.length - 1]

  • array.at(-1)

  • array[len - 1]

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 month 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[array.length - 1] 14538164.0 Ops/sec
array.at(-1) 26884256.0 Ops/sec
array[len - 1] 14491580.0 Ops/sec


;