aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
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 82b640d..2f23b31 100755
--- a/bench.py
+++ b/bench.py
@@ -56,7 +56,7 @@ def main():
if not args.nosum and not (args.runs < 1 and not args.load):
print("Summarizing", bench.name, "...")
- bench.summary(args.summarydir)
+ bench.summary(args.summarydir or "")
if (args.runs > 0 or args.analyse) and hasattr(bench, "cleanup"):
print("Cleaning up", bench.name, "...")