| Test name | Executions per second |
|---|---|
| ✓ getBoundingClientRect() (destructured) | 1,295,114 Ops/sec |
| getBoundingClientRect() (simple property access) | 1,290,560 Ops/sec |
| clientWidth / clientHeight (simple property access) | 877,764 Ops/sec |
| clientWidth / clientHeight (destructured) | 830,634 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 763,068 Ops/sec |