| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 433097.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 488022.8 Ops/sec |
| clientWidth / clientHeight (simple property access) | 427974.8 Ops/sec |
| getBoundingClientRect() (destructured) | 560506.9 Ops/sec |
| getBoundingClientRect() (simple property access) | 540309.5 Ops/sec |