| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 592087.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 643426.2 Ops/sec |
| clientWidth / clientHeight (simple property access) | 617778.4 Ops/sec |
| getBoundingClientRect() (destructured) | 746273.8 Ops/sec |
| getBoundingClientRect() (simple property access) | 766280.6 Ops/sec |