改ms看性能

This commit is contained in:
suguo.yao 2021-12-17 12:17:27 +08:00
parent 31e99c52e8
commit 7fccbd7dd2
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ func main() {
for {
bp, err := client.NewBatchPoints(client.BatchPointsConfig{
Database: "wristband",
Precision: "s",
Precision: "ms",
})
if err != nil {
log.Fatalln(err.Error())