| Test case name | Result |
|---|---|
| matches | |
| closest | |
| classList (with nodeName) | |
| classList (with tagName) | |
| classList (with instanceof) |
| Test name | Executions per second |
|---|---|
| matches | 3927.6 Ops/sec |
| closest | 3498.2 Ops/sec |
| classList (with nodeName) | 2303.1 Ops/sec |
| classList (with tagName) | 2072.3 Ops/sec |
| classList (with instanceof) | 1506.6 Ops/sec |