This commit is contained in:
zyyang 2020-12-14 22:43:19 +08:00
parent 5d3544e79a
commit 0d47e4a31c
1 changed files with 0 additions and 1 deletions

View File

@ -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);