What is the runtime cost (speed, in particular) of a signal to signal connection when compared to a signal to slot connection? To put it more clearly, does a signal1-signal2-slot invocation take a slightly more time than a usual signal-slot invocation with the same argument and connection types, or does it take twice the time of the latter?

Thanks in advance.