| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 911538.9 Ops/sec |
| clientWidth / clientHeight (destructured) | 891637.7 Ops/sec |
| clientWidth / clientHeight (simple property access) | 885933.1 Ops/sec |
| getBoundingClientRect() (destructured) | 1407264.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 1482002.5 Ops/sec |