HTML Preparation code:
Tests:
  • querySelectorAll + forEach

  • getElementsByTagName + Array.from + forEach

  • querySelectorAll + length + for

  • getElementsByTagName + length + for

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    querySelectorAll + forEach
    getElementsByTagName + Array.from + forEach
    querySelectorAll + length + for
    getElementsByTagName + length + for

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Chrome 119 on Windows
View result in a separate tab
Test name Executions per second
querySelectorAll + forEach 186918.2 Ops/sec
getElementsByTagName + Array.from + forEach 142527.5 Ops/sec
querySelectorAll + length + for 569040.0 Ops/sec
getElementsByTagName + length + for 2171423.8 Ops/sec


;