Script Preparation code:
AخA
 
var stringToMatch = 'hello';
Tests:
  • Array.includes

     
    ['hello'].includes(stringToMatch)
  • Or chain

     
    stringToMatch ===  'hello'
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Array.includes
    Or chain

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 9 months ago)
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36
Chrome Mobile 124 on Android
View result in a separate tab
Test name Executions per second
Array.includes 4081901.0 Ops/sec
Or chain 4871734.0 Ops/sec