Script Preparation code:
AخA
 
var string = "Hello world!";
var regex = /[A-Z][a-z]+ [a-z]+/;
Tests:
  • regex.exec

     
    regex.exec(string);
  • string.match

     
    string.match(regex);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    regex.exec
    string.match

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 days ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Chrome 135 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
regex.exec 27818670.0 Ops/sec
string.match 26962676.0 Ops/sec