Tests:
  • test includes on array

    AخA
     
    const b = ['Draft', 'Launcher' , 'InQueue', 'PartlySettled'].includes('InQueue');
  • test includes on string

     
          const b = 'Draft|Launcher|InQueue|PartlySettled'.includes('InQueue');
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    test includes on array
    test includes on string

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 5 months ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Chrome 130 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
test includes on array 141620176.0 Ops/sec
test includes on string 223389936.0 Ops/sec