| Test case name | Result |
|---|---|
| getElementById | |
| querySelector("#id") | |
| getElementsByClassName("class")[0] | |
| querySelector(".class") | |
| getElementById + getElementsByTagName | |
| querySelectorAll("#id tag") | |
| getElementById + getElementsByClassName[0] | |
| querySelector("#id .class") | |
| getElementsByClassName("class") | |
| querySelectorAll(".class") |
This benchmark does not have any results yet. Be the first one to run it!