getComputedStyle vs getBoundingClientRect vs clientHeight| Test case name | Result |
|---|---|
| getComputedStyle | |
| getBoundingClientRect | |
| clientHeight |
| Test name | Executions per second |
|---|---|
| ✓ clientHeight | 290 Ops/sec |
| getBoundingClientRect | 205 Ops/sec |
| getComputedStyle | 150 Ops/sec |