| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 236060.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 237178.3 Ops/sec |
| clientWidth / clientHeight (simple property access) | 217579.6 Ops/sec |
| getBoundingClientRect() (destructured) | 215006.6 Ops/sec |
| getBoundingClientRect() (simple property access) | 149879.2 Ops/sec |