| Test name | Executions per second |
|---|---|
| ✓ getBoundingClientRect() (destructured) | 1,084,154 Ops/sec |
| getBoundingClientRect() (simple property access) | 928,092 Ops/sec |
| clientWidth / clientHeight (simple property access) | 770,953 Ops/sec |
| clientWidth / clientHeight (destructured) | 693,388 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 672,176 Ops/sec |