| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 894253.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 899083.2 Ops/sec |
| clientWidth / clientHeight (simple property access) | 873518.1 Ops/sec |
| getBoundingClientRect() (destructured) | 1228422.0 Ops/sec |
| getBoundingClientRect() (simple property access) | 1232354.1 Ops/sec |