getComputedStyle vs getBoundingClientRect vs getComputedStyle without getters vs getElementById| Test case name | Result |
|---|---|
| getComputedStyle | |
| getBoundingClientRect | |
| getComputedStyle without getters | |
| getElementById |
| Test name | Executions per second |
|---|---|
| ✓ getElementById | 2,137 Ops/sec |
| getComputedStyle without getters | 586 Ops/sec |
| getComputedStyle | 332 Ops/sec |
| getBoundingClientRect | 231 Ops/sec |