This commit is contained in:
wenzhouwww@live.cn 2022-10-26 16:22:37 +08:00
parent 9296cc15d8
commit 287e69b49b
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ class TDTestCase:
self.replica = 3
self.vgroups = 1
self.tb_nums = 10
self.row_nums = 1000
self.query_times = 1000
self.row_nums = 100
self.query_times = 10
def getBuildPath(self):
selfPath = os.path.dirname(os.path.realpath(__file__))