| Test name | Executions per second |
|---|---|
| ✓ getBoundingClientRect() (destructured) | 1,343,564 Ops/sec |
| getBoundingClientRect() (simple property access) | 1,332,676 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1,011,328 Ops/sec |
| clientWidth / clientHeight (destructured) | 884,780 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 863,210 Ops/sec |