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

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

     
    document.querySelector('#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: one year ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
Chrome 120 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
Class 9115264.0 Ops/sec
ID 6051660.5 Ops/sec
data attribute 5668760.0 Ops/sec