Well, at some time in debug mode, it's other parts than the rendering calls who limit performance. For example the debug features (like STL checked iterators, runtime assertions etc.) which can take up a measurable part of the time. I have noticed this in a game where array-intensive actions like saving a whole level happen.
So, in the end, debug mode is probably still slower, even if the SFML rendering itself remains fast