Script Preparation code:
Tests:
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    arr.at(idx)
    at(arr, idx)
    arr[idx]

    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/133.0.0.0 Safari/537.36
Chrome 133 on Mac OS X 10.15.7
View result in a separate tab
arr[idx]
26.6M/s
at(arr, idx)
26.0M/s
arr.at(idx)
642K/s
View exact numbers
Test name Executions per second
arr[idx] 26,553,486 Ops/sec
at(arr, idx) 26,017,568 Ops/sec
arr.at(idx) 641,519 Ops/sec