Speed: sed vs awk

I'm just curious to know what you would prefer to use in a script to make changes in files. In general is sed quicker than awk? or is it the other way around?

For simple substitutions, I use sed. For more complicated changes, I use awk. The speed difference is usually not significant.