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

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

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

     
    document.querySelector('[data-hello]');
  • Class attribute

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

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Class
    ID
    data attribute
    Class attribute

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 5 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 YaBrowser/24.10.0.0 Safari/537.36
Yandex Browser 24 on Windows
View result in a separate tab
Test name Executions per second
Class 7059036.0 Ops/sec
ID 5012498.5 Ops/sec
data attribute 4885156.0 Ops/sec
Class attribute 5766518.0 Ops/sec