Script Preparation code:
AخA
 
var array = ['banana', 'sausage', 'jesus']
Tests:
  • indexOf

     
    array.indexOf('sausage') !== 1
  • Includes

     
    array.includes('sausage')
  • find

     
    array.find(item => item === 'sausage')
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    indexOf
    Includes
    find

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 months 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
Test name Executions per second
indexOf 53176404.0 Ops/sec
Includes 49341968.0 Ops/sec
find 21930302.0 Ops/sec