thulab / iot-benchmark

IoT-benchmark is a tool for benchmarking TSDB in IoT scenario.
Apache License 2.0
180 stars 101 forks source link

Add user_config.properties #364

Closed liyuheng55555 closed 1 year ago

liyuheng55555 commented 1 year ago

There are too many parameters in config.properties, but when debugging, we often focus on and modify only a few of them, which is cumbersome to keep flipping through. The newly added user_config.properties allows you to configure only the parameters you care about. Its priority is higher than config.properties, meaning it overrides the parameters in config.properties.