https://github.com/synodriver/asgi-zerocopysend-benchmark
https://github.com/synodriver/asgi-zerocopysend-benchmark
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/synodriver/asgi-zerocopysend-benchmark
- Owner: synodriver
- Created: 2022-06-21T03:37:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T03:48:45.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T00:34:27.192Z (over 1 year ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# ASGI-ZeroCopySend Benchmark
### Tested with wrk, running with [uvicorn](https://github.com/encode/uvicorn) and [nonecorn](https://github.com/nonebot/nonecorn),
- uvicorn is mean to be fast, but lack of extension support
- nonecorn has all extensions support listed in [asgiref](https://asgi.readthedocs.io/en/latest/extensions.html)
## Result
- with the same asgi app, zerocopysend extension showed around a 10x speed up against normal one
- the one with uvicorn

- the one with nonecorn
