tdLog.debug("spent %.2fs to create %d stable and %d table, create speed is %.2f table/s... [OK]"%(spendTime,threadNumbers,threadNumbers*count,speedCreate))
tdLog.debug("spent %.2fs to create %d stable and %d table, create speed is %.2f table/s... [OK]"%(spendTime,threadNumbers,threadNumbers*count,speedCreate))
return
deftaosBench(self,jsonFile):
buildPath=self.getBuildPath()
if(buildPath==""):
...
...
@@ -247,47 +286,15 @@ class TDTestCase:
return
# test case1 base
deftest_case1(self):
tdLog.debug("-----create database and tables test------- ")