| Test name | Executions per second |
|---|---|
| ✓ getBoundingClientRect() (destructured) | 2,133,401 Ops/sec |
| getBoundingClientRect() (simple property access) | 2,129,015 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1,666,247 Ops/sec |
| clientWidth / clientHeight (destructured) | 1,616,727 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 1,566,352 Ops/sec |