| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 713209.7 Ops/sec |
| clientWidth / clientHeight (destructured) | 720713.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 745195.2 Ops/sec |
| getBoundingClientRect() (destructured) | 901990.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 903017.6 Ops/sec |