# [Aioworkers](https://github.com/aioworkers) Benchmarking Test This is the aioworkers portion of a [benchmarking tests suite](../../) comparing a variety of web development platforms. The information below is specific to aioworkers. 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 [aioworkers](https://github.com/aioworkers) is a configurable workers based on asyncio for Python 3. ## Implementation Aioworkers is implemented using: * The uvloop event loop. * The httptools HTTP parsing library. ## Test sources All of the test implementations are located within [config.yaml](config.yaml), [app.py](app.py), [config-pg.yaml](config-pg.yaml) and [pg.py](pg.py). ## Resources * [Repo](https://github.com/aioworkers)