Samuel Colvin 954fdf53db upgrade packages for aiohttp (#2874) 8 jaren geleden
..
app 0951875353 correct pg connection pool size to avoid exceeding limit (#2679) 8 jaren geleden
README.md 91f4a7bc7a upgrading aiohttp and correcting README (#2561) 8 jaren geleden
benchmark_config.json 5b4817bb79 pthon/aiohttp correct which randomNumber is returned by 'update' (#2555) 8 jaren geleden
gunicorn_conf.py 95a16408f3 Python aiohttp (#2529) 9 jaren geleden
requirements.txt 954fdf53db upgrade packages for aiohttp (#2874) 8 jaren geleden
setup.sh 95a16408f3 Python aiohttp (#2529) 9 jaren geleden
setup_raw.sh 5b4817bb79 pthon/aiohttp correct which randomNumber is returned by 'update' (#2555) 8 jaren geleden

README.md

aiohttp Benchmark Test

The information below is specific to aiohttp. For further guidance, review the documentation. Also note that there is additional information that's provided in the Python README.

This is the Python aiohttp portion of a benchmarking tests suite comparing a variety of frameworks.

All test implementations are located within (./app).

Description

aiohttp with aiopg + sqlalchemy and separately asyncpg for database access.

uvloop is used for a more performant event loop.

Database

PostgreSQL.

Two variants:

To enabled "RAW" mode set the following environment variable:

export CONNECTION=RAW

This will switch which database engine the app uses to execute queries with tests 2, 3, 4 & 5.

Server

gunicorn+uvloop on CPython

Test URLs

Test 1: JSON Encoding

http://localhost:8080/json

Test 2: Single Row Query

http://localhost:8080/db

Test 3: Multi Row Query

http://localhost:8080/queries/20

Test 4: Fortunes (Template rendering)

http://localhost:8080/fortunes

Test 5: Update Query

http://localhost:8080/updates/20

Test 6: Plaintext

http://localhost:8080/plaintext