| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 16269726.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 16413431.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 15862736.0 Ops/sec |
| getBoundingClientRect() (destructured) | 5456129.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 5518159.5 Ops/sec |