| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 4830105.5 Ops/sec |
| clientWidth / clientHeight (destructured) | 5052756.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 5065100.5 Ops/sec |
| getBoundingClientRect() (destructured) | 1827130.9 Ops/sec |
| getBoundingClientRect() (simple property access) | 1741235.8 Ops/sec |