diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-19 16:14:09 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-19 16:14:09 +0200 |
| commit | c61b23d869e15631a57704c28c7336df54c15f32 (patch) | |
| tree | 82fb2e3f7135bef6b885c9c029b292e3fab63111 /bench.py | |
| parent | 91ae004d4c7af261afdb443a83276441ab7ea1e5 (diff) | |
| download | allocbench-c61b23d869e15631a57704c28c7336df54c15f32.tar.gz allocbench-c61b23d869e15631a57704c28c7336df54c15f32.zip | |
[bench.py] don't summarize for each allocator
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__": |
