Script Preparation code:
AخA
 
window.myString = "Hello, world!";
window.prefix = "Hello";
window.regex = /^Hello/;
Tests:
  • startsWith

     
    if (myString.startsWith(prefix)) {
       // do something
    }
  • regex

     
    if (regex.test(myString)) {
       // do something
    }
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    startsWith
    regex

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Chrome 119 on Linux
View result in a separate tab
Test name Executions per second
startsWith 6394741.5 Ops/sec
regex 6338390.0 Ops/sec