Script Preparation code:
Tests:
  • find by binary search array

  • find by array polling

  • find by hashmap

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    find by binary search array
    find by array polling
    find by hashmap

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Chrome 126 on Windows
View result in a separate tab
Test name Executions per second
find by binary search array 2103464.5 Ops/sec
find by array polling 1099930.6 Ops/sec
find by hashmap 4711664.0 Ops/sec


;