Index: tools/bisect-perf-regression.py |
diff --git a/tools/bisect-perf-regression.py b/tools/bisect-perf-regression.py |
index 656a4b1687735e7df3d11532b347bddc09ab2cd7..993947a3ce6ce2614f7b5171253eb565534aa852 100755 |
--- a/tools/bisect-perf-regression.py |
+++ b/tools/bisect-perf-regression.py |
@@ -199,7 +199,7 @@ Status: %(status)s |
Test Command: %(command)s |
Test Metric: %(metrics)s |
Relative Change: %(change)s |
-Estimated Confidence: %(confidence)d%%""" |
+Estimated Confidence: %(confidence).02f%%""" |
# The perf dashboard specifically looks for the string |
# "Author : " to parse out who to cc on a bug. If you change the |