| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured) | 2,070,898 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 1,970,502 Ops/sec |
| getBoundingClientRect() (destructured) | 1,600,074 Ops/sec |
| getBoundingClientRect() (simple property access) | 895,258 Ops/sec |
| clientWidth / clientHeight (simple property access) | 830,467 Ops/sec |