| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 101438.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 109269.8 Ops/sec |
| clientWidth / clientHeight (simple property access) | 86979.9 Ops/sec |
| getBoundingClientRect() (destructured) | 106047.3 Ops/sec |
| getBoundingClientRect() (simple property access) | 105350.7 Ops/sec |