Alexander Malev 6ff9b51f45 Add aioworkers to Python (#7022) il y a 3 ans
..
README.md 6ff9b51f45 Add aioworkers to Python (#7022) il y a 3 ans
aioworkers-pypy.dockerfile 6ff9b51f45 Add aioworkers to Python (#7022) il y a 3 ans
aioworkers.dockerfile 6ff9b51f45 Add aioworkers to Python (#7022) il y a 3 ans
app.py 6ff9b51f45 Add aioworkers to Python (#7022) il y a 3 ans
benchmark_config.json 6ff9b51f45 Add aioworkers to Python (#7022) il y a 3 ans
config-pg.yaml 6ff9b51f45 Add aioworkers to Python (#7022) il y a 3 ans
config.yaml 6ff9b51f45 Add aioworkers to Python (#7022) il y a 3 ans
pg.py 6ff9b51f45 Add aioworkers to Python (#7022) il y a 3 ans
requirements-pg.txt 6ff9b51f45 Add aioworkers to Python (#7022) il y a 3 ans
requirements.txt 6ff9b51f45 Add aioworkers to Python (#7022) il y a 3 ans

README.md

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. Also note that there is additional information provided in the Python README.

Description

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, app.py, config-pg.yaml and pg.py.

Resources