Script Preparation code:
AخA
 
var str = "asdfgdf,gdf,foobar,sdfs,dfasdf";
Tests:
  • string.indexOf()

     
    var res = str.indexOf("foobar");
  • array split and includes

     
    var res = str.split(",").includes("foobar");
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    string.indexOf()
    array split and includes

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15
Safari 16 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
string.indexOf() 9578982.0 Ops/sec
array split and includes 2814887.0 Ops/sec