| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 831799.9 Ops/sec |
| clientWidth / clientHeight (destructured) | 852445.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 788918.5 Ops/sec |
| getBoundingClientRect() (destructured) | 1477743.8 Ops/sec |
| getBoundingClientRect() (simple property access) | 1252834.4 Ops/sec |