| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 917807.9 Ops/sec |
| clientWidth / clientHeight (destructured) | 929451.6 Ops/sec |
| clientWidth / clientHeight (simple property access) | 892642.7 Ops/sec |
| getBoundingClientRect() (destructured) | 1117618.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 1098231.4 Ops/sec |