aboutsummaryrefslogtreecommitdiff
path: root/benchmark.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-09-06 01:33:49 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-09-06 01:33:49 +0200
commit4cd6e0151569cd4f20ac62cfed71c9ce77ac5a55 (patch)
tree50128cc716d0cdd1009cf408b621641eb4637a6c /benchmark.py
parent3dbd0ea2bdb734538a683e7626d204891cd33487 (diff)
downloadallocbench-4cd6e0151569cd4f20ac62cfed71c9ce77ac5a55.tar.gz
allocbench-4cd6e0151569cd4f20ac62cfed71c9ce77ac5a55.zip
fix load
Diffstat (limited to 'benchmark.py')
-rw-r--r--benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark.py b/benchmark.py
index a05aa15..5b0fc67 100644
--- a/benchmark.py
+++ b/benchmark.py
@@ -67,7 +67,7 @@ class Benchmark (object):
# Build new named tuples
for target in self.results["targets"]:
d = {}
- for dic, measures in save_data[target]:
+ for dic, measures in self.results[target]:
d[self.Perm(**dic)] = measures
self.results[target] = d