From aff8b99af9b1c5a098c47191c90debd060c46cd7 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 10 Apr 2019 14:08:05 +0200 Subject: fix normalized plots --- src/benchmarks/loop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/benchmarks/loop.py b/src/benchmarks/loop.py index 2ec533e..099a578 100644 --- a/src/benchmarks/loop.py +++ b/src/benchmarks/loop.py @@ -23,7 +23,7 @@ class Benchmark_Loop(Benchmark): filepostfix="time", autoticks=False) - scale = list(self.allocators.keys())[0] + scale = list(self.results["allocators"].keys())[0] self.plot_fixed_arg("perm.nthreads / ({task-clock}/1000)", ylabel='"MOPS/cpu-second normalized {}"'.format(scale), title='"Loop: " + arg + " " + str(arg_value) + " normalized {}"'.format(scale), -- cgit v1.2.3