| Test name | Executions per second |
|---|---|
| ✓ getBoundingClientRect() (destructured) | 1,117,517 Ops/sec |
| getBoundingClientRect() (simple property access) | 1,114,808 Ops/sec |
| clientWidth / clientHeight (simple property access) | 627,581 Ops/sec |
| clientWidth / clientHeight (destructured) | 584,113 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 570,217 Ops/sec |