| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 886094.4 Ops/sec |
| clientWidth / clientHeight (destructured) | 893894.8 Ops/sec |
| clientWidth / clientHeight (simple property access) | 891462.7 Ops/sec |
| getBoundingClientRect() (destructured) | 1507869.0 Ops/sec |
| getBoundingClientRect() (simple property access) | 1180807.2 Ops/sec |