Tests:
  • element.id

    AخA
     
    const element = document.createElement('span')
    element.id = 'test'
  • setAttribute

     
    const element = document.createElement('span')
    element.setAttribute('id','test')
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    element.id
    setAttribute

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 5 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36
Chrome 80 on Mac OS X 10.15.4
View result in a separate tab
Test name Executions per second
element.id 543288.5 Ops/sec
setAttribute 404858.7 Ops/sec