提交 33e14d6d 编写于 作者: Z zyyang

change

上级 d3046410
......@@ -146,7 +146,10 @@ public class TaosDemoCommandLineRunner implements CommandLineRunner {
}
// insert
if (config.autoCreateTable) {
long a = System.currentTimeMillis();
subTableService.insertAutoCreateTable(data, config.numOfThreadsForInsert, config.frequency);
long b = System.currentTimeMillis();
System.out.println(">>> time cost: " + (b - a) + " ms");
} else {
subTableService.insert(data, config.numOfThreadsForInsert, config.frequency);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册