| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1566352.1 Ops/sec |
| clientWidth / clientHeight (destructured) | 1616727.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1666247.4 Ops/sec |
| getBoundingClientRect() (destructured) | 2133401.0 Ops/sec |
| getBoundingClientRect() (simple property access) | 2129014.8 Ops/sec |