Decorator for performance measurement
- Measures function calls: TPS and Latency
- Reports to InfluxDB
peano.init(url, organization, token, bucket)
@measured()
def do_something()
- tests
- async commit to influx
poetry shell poetry update pytest poetry build poetry publish