That's a more significant difference than I would have expected, but the individual operations are only about 0.2 usec for a set and 0.1 usec for a get.
It would be more useful to profile a real app, and see if it makes a significant difference in the app's performance.
Personally, I think it's more readable to get/set the property directly, without calling a getter/setter.