| Test name | Executions per second |
|---|---|
| ✓ getBoundingClientRect() (destructured) | 2,025,333 Ops/sec |
| getBoundingClientRect() (simple property access) | 1,992,857 Ops/sec |
| clientWidth / clientHeight (destructured) | 1,678,796 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1,645,364 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 1,629,804 Ops/sec |