Script Preparation code:
AخA
 
url = "http://someuri.com";
Tests:
  • indexOf

     
    url.indexOf("http") === 0;
  • substring

     
    url.substring(0, 4) === "http";
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    indexOf
    substring

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
Chrome 87 on Windows
View result in a separate tab
Test name Executions per second
indexOf 6202862.0 Ops/sec
substring 6237678.0 Ops/sec