| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 909118.3 Ops/sec |
| clientWidth / clientHeight (destructured) | 937434.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 863128.8 Ops/sec |
| getBoundingClientRect() (destructured) | 1277387.4 Ops/sec |
| getBoundingClientRect() (simple property access) | 1275923.5 Ops/sec |