aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)