Skip to content

gwdg/InfluxBenchmarker

Repository files navigation

A Benchmarker for InfluxDB

Note

Note that it currently only works with InfluxDB 1.x since it is based on InfluxDB-Python, not influxdb-client-python.

Requirements

  • Python >= 3.8
  • Poetry for package management

How to use

  • At first, build the local environment with
poetry install
  • Then, run the program with
poetry run python3 -m influxbenchmarker <SERVER_NAME> <SERVER_PORT> <USERNAME> <PASSWORD> <DATABASE>

Contributing

Feel free to contribute, please open a issue first.

Run local dev setup with docker compose

See here

Run CI locally

Again, first build the local environment with

poetry install

Next, you can run the local CI pipeline with

poetry run flake8 --count --statistics --max-line-length=120 influxbenchmarker

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published