| 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 |
This benchmark does not have any results yet. Be the first one to run it!