diff options
| -rw-r--r-- | src/benchmarks/loop.py | 2 |
1 files changed, 1 insertions, 1 deletions
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), |
