Test difference in performance with calc() and var() functions compared with simple units. Test on unitless, percentage and absolute values.
Comparing performance of: var(unitless) + calc() + % vs var(%) vs Percentage vs var(unitless) + calc() + px vs px vs var(px) vs %+ calc() vs px + calc()