An open API service indexing awesome lists of open source software.

https://github.com/apanchenko/peano

Measures python performance and reports to InfluxDB
https://github.com/apanchenko/peano

influxdb latency measurements python tps

Last synced: 5 months ago
JSON representation

Measures python performance and reports to InfluxDB

Awesome Lists containing this project

README

          

# Peano

Decorator for performance measurement

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

## Example

```python
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