HTML Preparation code:
AخA
 
1
<div class="hello" id="hello" data-hello>Hello</div>    
Tests:
  • Class

     
    document.querySelector('.hello');
  • ID

     
    document.getElementById('#hello');
  • data attribute

     
    document.querySelector('[data-hello]');
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Class
    ID
    data attribute

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 10 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Chrome 126 on Windows
View result in a separate tab
Test name Executions per second
Class 8351725.0 Ops/sec
ID 11112790.0 Ops/sec
data attribute 5555103.0 Ops/sec