summaryrefslogtreecommitdiff
path: root/perf/perf_measure.py
diff options
context:
space:
mode:
Diffstat (limited to 'perf/perf_measure.py')
-rw-r--r--perf/perf_measure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/perf_measure.py b/perf/perf_measure.py
index a8f2ffaa..b903567c 100644
--- a/perf/perf_measure.py
+++ b/perf/perf_measure.py
@@ -137,7 +137,7 @@ class StressTest(object):
yield kwargs['file_count'] * kwargs['call_count'] * kwargs['line_count']
ops = sum(sum(operations(thing)) for thing in ["file", "call", "line"])
- print("{0:.1f}M operations".format(ops/1e6))
+ print("{:.1f}M operations".format(ops/1e6))
def check_coefficients(self):
# For checking the calculation of actual stats: