| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1742590.5 Ops/sec |
| clientWidth / clientHeight (destructured) | 1764759.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1743219.0 Ops/sec |
| getBoundingClientRect() (destructured) | 2246912.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 2288414.0 Ops/sec |
| getComputedStyle | 837060.1 Ops/sec |