| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 747216.1 Ops/sec |
| clientWidth / clientHeight (destructured) | 768359.9 Ops/sec |
| clientWidth / clientHeight (simple property access) | 747077.4 Ops/sec |
| getBoundingClientRect() (destructured) | 962804.9 Ops/sec |
| getBoundingClientRect() (simple property access) | 981891.9 Ops/sec |