| Test case name | Result |
|---|---|
| parentNode | |
| firstChild | |
| nextSibling | |
| previousSibling | |
| firstChild.nextSibling | |
| querySelectorAll class | |
| querySelectorAll data attributed |
| Test name | Executions per second |
|---|---|
| parentNode | 1608060.8 Ops/sec |
| firstChild | 1751765.1 Ops/sec |
| nextSibling | 1813089.8 Ops/sec |
| previousSibling | 1827631.5 Ops/sec |
| firstChild.nextSibling | 1439607.4 Ops/sec |
| querySelectorAll class | 427310.4 Ops/sec |
| querySelectorAll data attributed | 354409.2 Ops/sec |