aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index 8944213..d47c6b3 100755
--- a/bench.py
+++ b/bench.py
@@ -53,7 +53,7 @@ def main():
if not args.nosum:
print("Summarizing", bench.name)
- bench.summary()
+ bench.summary(args.summarydir)
if hasattr(bench, "cleanup"):
print("Cleaning after", bench.name)