| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 712792.9 Ops/sec |
| clientWidth / clientHeight (destructured) | 710029.3 Ops/sec |
| clientWidth / clientHeight (simple property access) | 689265.6 Ops/sec |
| getBoundingClientRect() (destructured) | 908188.6 Ops/sec |
| getBoundingClientRect() (simple property access) | 920579.2 Ops/sec |