Script Preparation code:
AخA
 
var string = "Hello world!";
var regex = /hello/i;
var search = "hello";
Tests:
  • regex

     
    regex.test(string);
  • includes

     
    string.toUpperCase().includes(search.toUpperCase());
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    regex
    includes

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0
Firefox 136 on Windows
View result in a separate tab
Test name Executions per second
regex 56393596.0 Ops/sec
includes 2834428672.0 Ops/sec