提交 d88d5107 编写于 作者: C cpwu

<fix> fix the case runtime:1000000 -> 10000

上级 e0f5766e
...@@ -465,7 +465,7 @@ class TDTestCase: ...@@ -465,7 +465,7 @@ class TDTestCase:
# tdSql.execute("insert into db.t1 values ('2021-07-01 08:00:04.000', 1001.51, 1001.52, 1001.53, 1001.54)") # tdSql.execute("insert into db.t1 values ('2021-07-01 08:00:04.000', 1001.51, 1001.52, 1001.53, 1001.54)")
# for i in range(1000000): # for i in range(1000000):
for i in range(1000000): for i in range(10000):
random1 = random.uniform(1000,1001) random1 = random.uniform(1000,1001)
random2 = random.uniform(1000,1001) random2 = random.uniform(1000,1001)
random3 = random.uniform(1000,1001) random3 = random.uniform(1000,1001)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册