| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 750143.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 825810.1 Ops/sec |
| clientWidth / clientHeight (simple property access) | 823438.1 Ops/sec |
| getBoundingClientRect() (destructured) | 1032513.1 Ops/sec |
| getBoundingClientRect() (simple property access) | 1005450.2 Ops/sec |