# Xpresso Benchmarking Test This is the Xpresso portion of a [benchmarking tests suite](../../) comparing a variety of web development platforms. The information below is specific to Xpresso. 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 [Xpresso] is a high performance Python web framework built on top of [Starlette], [Pydantic] and [di] with a focus on composability, flexibility and minimal but well defined library APIs. ## Test Paths & Sources All of the test implementations are located within a single file ([main.py](main.py)). ## Resources * [Xpresso source code on GitHub](https://github.com/adriangb/xpresso) * [Xpresso website - documentation](https://xpresso-api.dev) [Xpresso]: https://github.com/adriangb/xpresso [Starlette]: https://github.com/encode/starlette [Pydantic]: https://github.com/samuelcolvin/pydantic/ [di]: https://github.com/adriangb/di