| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured and renamed) | 13,677,758 Ops/sec |
| clientWidth / clientHeight (destructured) | 13,477,659 Ops/sec |
| clientWidth / clientHeight (simple property access) | 12,307,475 Ops/sec |
| getBoundingClientRect() (simple property access) | 4,988,645 Ops/sec |
| getBoundingClientRect() (destructured) | 4,971,446 Ops/sec |