Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Chrome 114
Windows
Desktop
one year ago
Test name Executions per second
Class 5017198.0 Ops/sec
ID 3808182.0 Ops/sec
data attribute 3289109.2 Ops/sec
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]');