项目作者: apanchenko

项目描述 :
Measures python performance and reports to InfluxDB
高级语言: Python
项目地址: git://github.com/apanchenko/peano.git
创建时间: 2021-02-22T08:48:09Z
项目社区:https://github.com/apanchenko/peano

开源协议:MIT License

下载


Peano

Decorator for performance measurement

  • Measures function calls: TPS and Latency
  • Reports to InfluxDB

Example

  1. peano.init(url, organization, token, bucket)
  2. @measured()
  3. def do_something()

TODO

  • tests
  • async commit to influx

dev

poetry shell
poetry update
pytest
poetry build
poetry publish