HTML Preparation code:
Script Preparation code:
Tests:
  • querySelectorAll with .class

  • querySelectorAll with [attribute]

  • filter with classList

  • filter with className

  • filter with getAttribute

  • for with classList

  • for with className

  • for with getAttribute

  • getElementsByClassName

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    querySelectorAll with .class
    querySelectorAll with [attribute]
    filter with classList
    filter with className
    filter with getAttribute
    for with classList
    for with className
    for with getAttribute
    getElementsByClassName

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 29 days ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0
Firefox 131 on Windows
View result in a separate tab
Test name Executions per second
querySelectorAll with .class 434.9 Ops/sec
querySelectorAll with [attribute] 320.6 Ops/sec
filter with classList 121.9 Ops/sec
filter with className 143.4 Ops/sec
filter with getAttribute 182.8 Ops/sec
for with classList 35.6 Ops/sec
for with className 38.0 Ops/sec
for with getAttribute 43.3 Ops/sec
getElementsByClassName 1403107.0 Ops/sec


;