Is there a performance benefit to assinging a macro to a variable and then using the variable. Or is it just as fats to use the macro throughout the code?

I was always adiment about:

$ws = @WKSTA
and then using $ws from there on.

Lately I have been using @WKSTA more throughout the code.

Which is better?