| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 532316.4 Ops/sec |
| clientWidth / clientHeight (destructured) | 576883.7 Ops/sec |
| clientWidth / clientHeight (simple property access) | 564779.2 Ops/sec |
| getBoundingClientRect() (destructured) | 716391.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 701816.0 Ops/sec |