All of the WSGI benchmarks I found were pretty outdated or didn't include async results, so I decided to do some benchmarking myself. I know there's other options for running python WSGI applications, but I settled on just 2: gunicorn, which has the advantage of being pure-python and uWSGI, which has the advantage of being pure-C. I ran these tests on a m1.large Amazon AWS EC2 instance using the l