Test name | Executions per second |
---|---|
clientWidth / clientHeight (destructured and renamed) | 1782714.9 Ops/sec |
clientWidth / clientHeight (destructured) | 1775377.6 Ops/sec |
clientWidth / clientHeight (simple property access) | 1790556.4 Ops/sec |
getBoundingClientRect() (destructured) | 2379475.2 Ops/sec |
getBoundingClientRect() (simple property access) | 2412465.0 Ops/sec |
getComputedStyle | 875991.0 Ops/sec |