Tests:
  • startsWith

    AخA
     
    const str = "utm_source"
    str.startsWith("utm_")
  • includes

     
    const str = "utm_source"
    str.includes("utm_")
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    startsWith
    includes

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 24 days ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Chrome 134 on Windows
View result in a separate tab
Test name Executions per second
startsWith 86614544.0 Ops/sec
includes 11184307.0 Ops/sec