| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 7199035.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 7233158.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 7224838.5 Ops/sec |
| getBoundingClientRect() (destructured) | 2001668.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 2045220.9 Ops/sec |