| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 582697.6 Ops/sec |
| clientWidth / clientHeight (destructured) | 593522.1 Ops/sec |
| clientWidth / clientHeight (simple property access) | 573582.1 Ops/sec |
| getBoundingClientRect() (destructured) | 711476.6 Ops/sec |
| getBoundingClientRect() (simple property access) | 704452.0 Ops/sec |