thulab / iot-benchmark

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

Make config.properties and Config.java same & Revert "Add user_config.properties (thulab#364)" #367

Closed liyuheng55555 closed 1 year ago

liyuheng55555 commented 1 year ago

As Dr.Qiao mentioned, user_config.properties is redundant. A better approach is to keep config.properties consistent with the default values in the code and then comment out all the configuration items in config.properties. In this way, we only need to write custom configurations at the beginning of config.properties.