The results are missing latency numbers for the concurrent requests, and there's no indication of the amount of work being done to handle a request, which will have a significant impact on load performance.
That said, performance testing Python web server implementations seems bit like racing snails. If speed is why you're using Python, you're probably using the wrong tool.
That said, performance testing Python web server implementations seems bit like racing snails. If speed is why you're using Python, you're probably using the wrong tool.