提交 74879f16 编写于 作者: A Alex Duan

test: fix printf format

上级 cb1cea9b
......@@ -243,7 +243,7 @@ class TDTestCase:
# warning performance
diff = (spend1 - spend2)*100/spend1
tdLog.info("spend1=%.2fs spend2=%.2f diff=%.1f%"%(spend1, spend2, diff))
tdLog.info("spend1=%.2fs spend2=%.2fs diff=%.1f%%"%(spend1, spend2, diff))
if spend1 > spend2 and diff > 20:
tdLog.info("warning: the diff for performance after spliting is over 20%")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册