| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 853403.6 Ops/sec |
| clientWidth / clientHeight (destructured) | 646289.7 Ops/sec |
| clientWidth / clientHeight (simple property access) | 645287.6 Ops/sec |
| getBoundingClientRect() (destructured) | 801207.8 Ops/sec |
| getBoundingClientRect() (simple property access) | 666072.4 Ops/sec |