| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 96777.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 119293.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 109066.5 Ops/sec |
| getBoundingClientRect() (destructured) | 140674.1 Ops/sec |
| getBoundingClientRect() (simple property access) | 142289.6 Ops/sec |