HTML Preparation code:
AخA
 
1
<div id="example"></div>
Tests:
  • The method getElementById()

     
    document.getElementById("example");
  • The method querySelector()

     
    document.querySelector("#example");
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    The method getElementById()
    The method querySelector()

    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/116.0.0.0 Safari/537.36
Chrome 116 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
The method getElementById() 6785717.0 Ops/sec
The method querySelector() 1476622.6 Ops/sec