Skip to content

Measures python performance and reports to InfluxDB

License

Notifications You must be signed in to change notification settings

apanchenko/peano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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