aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench.py')
-rwxr-xr-xbench.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench.py b/bench.py
index 72a3439..9b3c1c9 100755
--- a/bench.py
+++ b/bench.py
@@ -222,8 +222,8 @@ def main():
print_status("Cleaning up", bench.name, "...")
bench.cleanup()
- if args.summarize:
- summarize()
+ if args.summarize:
+ summarize()
if __name__ == "__main__":