aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-02-22 16:58:04 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-02-22 16:58:04 +0100
commit294ed02cd6e3c35c6981fa5fe5070b29a7b77484 (patch)
tree2e917b82d97301daa67cff460595c2fe3b907c1f /bench.py
parent7f675cce052a057b756011d79453819faa80c870 (diff)
downloadallocbench-294ed02cd6e3c35c6981fa5fe5070b29a7b77484.tar.gz
allocbench-294ed02cd6e3c35c6981fa5fe5070b29a7b77484.zip
save if no summary flag is set
Diffstat (limited to 'bench.py')
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index 5fe79f7..4eeede3 100755
--- a/bench.py
+++ b/bench.py
@@ -85,7 +85,7 @@ def main():
old_cwd = os.getcwd()
os.chdir(resdir)
- if args.save:
+ if args.save or args.nosum:
bench.save()
if not args.nosum and not (args.runs < 1 and not args.load):