/py_server_rps_test

python async server performance test

Primary LanguagePython

Usage

git clone https://github.com/raceychan/py_server_rps_test

cd to project root directory

In a terminal session, execute command:

server.py

python -m async_server.server

In another terminal session, execute:

client.py

python -m async_server.client

Result

python -m async_server.client
Send 100000 request using 10 sessions in a single core spent 1.26 seconds, which converts to 79434 rps