| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured) | 16,413,431 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 16,269,726 Ops/sec |
| clientWidth / clientHeight (simple property access) | 15,862,736 Ops/sec |
| getBoundingClientRect() (simple property access) | 5,518,160 Ops/sec |
| getBoundingClientRect() (destructured) | 5,456,130 Ops/sec |