| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 2408627.5 Ops/sec |
| clientWidth / clientHeight (destructured) | 2459295.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 2273693.5 Ops/sec |
| getBoundingClientRect() (destructured) | 3005941.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 3131832.0 Ops/sec |