| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 8391110.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 8375047.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 8340597.0 Ops/sec |
| getBoundingClientRect() (destructured) | 3830072.8 Ops/sec |
| getBoundingClientRect() (simple property access) | 3801537.0 Ops/sec |