Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0
Firefox 119
Windows
Desktop
one year ago
Test name Executions per second
setAttribute 10230480.0 Ops/sec
classList.add 4973870.5 Ops/sec
HTML Preparation code:
AخA
 
1
<div id="test">Testing</div>
Script Preparation code:
 
var el = document.getElementById('test');
Tests:
  • setAttribute

     
    el.setAttribute('mytest', 'true')
  • classList.add

     
    el.classList.add('mytest')