提交 995284cc 编写于 作者: Z zyyang

change

上级 33e14d6d
......@@ -149,7 +149,7 @@ public class TaosDemoCommandLineRunner implements CommandLineRunner {
long a = System.currentTimeMillis();
subTableService.insertAutoCreateTable(data, config.numOfThreadsForInsert, config.frequency);
long b = System.currentTimeMillis();
System.out.println(">>> time cost: " + (b - a) + " ms");
logger.info(">>> 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.
先完成此消息的编辑!
想要评论请 注册