提交 7fd657f7 编写于 作者: M maowei.ymw 提交者: von gosling

Format the precision output TPS

上级 495a01b6
......@@ -155,7 +155,7 @@ public class ConsumerProgressSubCommand implements SubCommand {
}
System.out.printf("%n");
System.out.printf("Consume TPS: %s%n", consumeStats.getConsumeTps());
System.out.printf("Consume TPS: %.2f%n", consumeStats.getConsumeTps());
System.out.printf("Diff Total: %d%n", diffTotal);
} else {
System.out.printf("%-32s %-6s %-24s %-5s %-14s %-7s %s%n",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册