# bareASGI Benchmark Test This is the bareASGI portion of a [benchmarking tests suite](../../) comparing a variety of web development platforms. The information below is specific to bareASGI. For further guidance, review the [documentation](https://github.com/TechEmpower/FrameworkBenchmarks/wiki). Also note that there is additional information provided in the [Python README](../). ## Description [bareASGI](https://github.com/rob-blackbourn/bareASGI) is a lightweight ASGI web server framework. ## Test Paths & Sources All of the test implementations are located within a single file ([app.py](app.py)). ## Resources * [bareASGI on GitHub](https://github.com/rob-blackbourn/bareASGI) * [ASGI specification](https://asgi.readthedocs.io/en/latest/)