Actually, smooth shading is likely faster than flat shading, since the vertices will be indexed.
Assuming you are using the standard shader. If you write your own shader, you could optimize it for flat shading, though I think the smooth shade looks more finished.