change
This commit is contained in:
parent
33e14d6d64
commit
995284cc0d
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue