diff options
Diffstat (limited to 'bench.py')
| -rwxr-xr-x | bench.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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__": |
