Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 355 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 355 Bytes

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