项目作者: apanchenko
项目描述 :
Measures python performance and reports to InfluxDB
高级语言: Python
项目地址: git://github.com/apanchenko/peano.git
Peano
Decorator for performance measurement
- Measures function calls: TPS and Latency
- Reports to InfluxDB
Example
peano.init(url, organization, token, bucket)
@measured()
def do_something()
TODO
- tests
- async commit to influx
dev
poetry shell
poetry update
pytest
poetry build
poetry publish