Script Preparation code:
AخA
 
var html = "<p>A</p><table><tr><td>1</td><td>2</td></tr></table><p>B</p>";
Tests:
  • test

     
    /<table\b[^>]*>/i.test(html)
  • exec

     
    /<table\b[^>]*>/i.exec(html)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    test
    exec

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36
Chrome Mobile 124 on Android
View result in a separate tab
Test name Executions per second
test 9748205.0 Ops/sec
exec 8666108.0 Ops/sec