| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 898184.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 967780.1 Ops/sec |
| clientWidth / clientHeight (simple property access) | 927998.9 Ops/sec |
| getBoundingClientRect() (destructured) | 1257017.1 Ops/sec |
| getBoundingClientRect() (simple property access) | 1359798.6 Ops/sec |