HTML Preparation code:
Tests:
  • getElementById()

  • getElementsByClassName()

  • getElementsByTagName()

  • querySelector(#id)

  • querySelector(.id)

  • querySelectorAll(#id)

  • querySelectorAll(.id)

  • umbrella(#id)

  • umbrella(.id)

  • umbrella(tag#id)

  • umbrella(tag.id)

  • umbrella + getElementById

  • umbrella + getElementsByClassName

  • umbrella + querySelectorAll

  • querySelectorAll in function

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    getElementById()
    getElementsByClassName()
    getElementsByTagName()
    querySelector(#id)
    querySelector(.id)
    querySelectorAll(#id)
    querySelectorAll(.id)
    umbrella(#id)
    umbrella(.id)
    umbrella(tag#id)
    umbrella(tag.id)
    umbrella + getElementById
    umbrella + getElementsByClassName
    umbrella + querySelectorAll
    querySelectorAll in function

    Fastest: N/A

    Slowest: N/A

Latest run results:

No previous run results

This benchmark does not have any results yet. Be the first one to run it!