Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunhailin-Leo/fastapi_profiler
A FastAPI Middleware of https://github.com/joerick/pyinstrument to check your service performance.
https://github.com/sunhailin-Leo/fastapi_profiler
Last synced: 3 months ago
JSON representation
A FastAPI Middleware of https://github.com/joerick/pyinstrument to check your service performance.
- Host: GitHub
- URL: https://github.com/sunhailin-Leo/fastapi_profiler
- Owner: sunhailin-Leo
- License: mit
- Created: 2020-10-30T09:15:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T01:29:41.000Z (8 months ago)
- Last Synced: 2024-10-02T07:52:12.499Z (3 months ago)
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 228
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fastapi - FastAPI Profiler - A FastAPI Middleware of joerick/pyinstrument to check your service performance. (Third-Party Extensions / Developer Tools)
- awesome-fastapi - FastAPI Profiler - A FastAPI Middleware of joerick/pyinstrument to check your service performance. (Third-Party Extensions / Developer Tools)
README
fastapi_profiler
A FastAPI Middleware of joerick/pyinstrument to check your service performance.
## π£ Info
A FastAPI Middleware of pyinstrument to check your service code performance. Maybe is the best profiler of FastAPI extension.
## π° Installation
**Use pip**
```shell
$ pip install fastapi_profiler -U
```## π Example
Jump to example folder.[Example](https://github.com/sunhailin-Leo/fastapi_profiler/blob/main/example/fastapi_example.py)
## β Test the Code
### Integration Test
Use [Travis CI](https://travis-ci.org/) and [AppVeyor](https://ci.appveyor.com/) continuously integrated environmen.
### Code Style
Use [flake8](http://flake8.pycqa.org/en/latest/index.html) and [Codecov](https://codecov.io/) to improve the code quality.
## π‘ Author
* [@sunhailin-Leo](https://github.com/sunhailin-Leo)
## π License
MIT [Β©sunhailin-Leo](https://github.com/sunhailin-Leo)