7 answers
For HTTP, prefer using non-blocking - https://docs.mulesoft.com/mule-user-guide/v/3.9/flow-processing-strategies# non-blocking-processing-strategy
If Mule cannot apply non-blocking for any reason, then it will fall back to best suitable strategy.
Performance would also depend on what is happening inside the flow.