| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured) | 237,178 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 236,060 Ops/sec |
| clientWidth / clientHeight (simple property access) | 217,580 Ops/sec |
| getBoundingClientRect() (destructured) | 215,007 Ops/sec |
| getBoundingClientRect() (simple property access) | 149,879 Ops/sec |