| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1099331.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 1108088.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1056259.4 Ops/sec |
| getBoundingClientRect() (destructured) | 1491284.0 Ops/sec |
| getBoundingClientRect() (simple property access) | 1488437.9 Ops/sec |