| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 631715.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 654423.6 Ops/sec |
| clientWidth / clientHeight (simple property access) | 667095.2 Ops/sec |
| getBoundingClientRect() (destructured) | 753056.0 Ops/sec |
| getBoundingClientRect() (simple property access) | 768808.7 Ops/sec |