# WSGI Benchmarking Test This is the WSGI portion of a [benchmarking tests suite](../../) comparing a variety of web development platforms. The information below is specific to WSGI. For further guidance, review the [documentation](http://frameworkbenchmarks.readthedocs.org/en/latest/). Also note that there is additional information provided in the [Python README](../). ## Infrastructure Software Versions The tests were run with: * [Python 2.7.3](http://www.python.org/) * [Gunicorn 0.17.2](http://gunicorn.org/) ## Test Paths & Sources * [JSON Serialization](hello.py): "/json" * Single Database Query: N/A_ * Multiple Database Queries: N/A_ * Fortunes: N/A_ * Database Updates: N/A_ * [Plaintext](hello.py): "/plaintext" ## Get Help ### References * [WSGI Docs](http://wsgi.readthedocs.org/en/latest/) * [Gunicorn Docs](http://docs.gunicorn.org/en/latest/run.html)