From 7f37f93a7ec41924d2c7b9137f70defa3e94a0bb Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 15 Sep 2018 01:46:48 +0200 Subject: fix larson --- larson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3