提交 0d47e4a3 编写于 作者: Z zyyang

change

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