| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1101453.6 Ops/sec |
| clientWidth / clientHeight (destructured) | 1113670.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1061641.0 Ops/sec |
| getBoundingClientRect() (destructured) | 1013177.1 Ops/sec |
| getBoundingClientRect() (simple property access) | 1350126.5 Ops/sec |