aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-09-15 01:46:48 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-09-15 01:46:48 +0200
commit7f37f93a7ec41924d2c7b9137f70defa3e94a0bb (patch)
tree6d0da6bf1f954f19ab1f5e2e767c9cdf6621de06
parent523ffb4e07da482fb8f6b5c9c95a7cbff687d485 (diff)
downloadallocbench-7f37f93a7ec41924d2c7b9137f70defa3e94a0bb.tar.gz
allocbench-7f37f93a7ec41924d2c7b9137f70defa3e94a0bb.zip
fix larson
-rw-r--r--larson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/larson.py b/larson.py
index 728401b..8da46de 100644
--- a/larson.py
+++ b/larson.py
@@ -32,7 +32,7 @@ class Benchmark_Larson( Benchmark ):
def summary(self, sumdir):
# Plot threads->throughput and maxsize->throughput
- self.plot_fixed_args("{throughput}",
+ self.plot_fixed_arg("{throughput}",
ylabel="'OPS/s'",
title = "'Larson: ' + arg + ' ' + str(arg_value)",
sumdir=sumdir)