Test name | Executions per second |
---|---|
clientWidth / clientHeight (destructured and renamed) | 604108.9 Ops/sec |
clientWidth / clientHeight (destructured) | 619289.3 Ops/sec |
clientWidth / clientHeight (simple property access) | 625176.4 Ops/sec |
getBoundingClientRect() (destructured) | 841923.3 Ops/sec |
getBoundingClientRect() (simple property access) | 863634.6 Ops/sec |
getComputedStyle | 320739.2 Ops/sec |