# Emmett55 Benchmark Test This is the Emmett55 portion of a [benchmarking tests suite](../../) comparing a variety of web development platforms. The information below is specific to Emmett55. 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 [Emmett55](https://github.com/emmett-framework/emmett55) is a Python asyncIO micro web framework. ## Test Paths & Source * [JSON Serialization](app.py): "/json" * [Single Database Query](app.py): "/db" * [Multiple Database Queries](app.py): "queries?queries=#" * [Fortunes](app.py): "/fortunes" * [Database Updates](app.py): "updates?queries=#" * [Plaintext](app.py): "/plaintext" *Replace # with an actual number.* ### Resources * [Github repository](https://github.com/emmett-framework/emmett55)