diff options
Diffstat (limited to 'benchmark.py')
| -rw-r--r-- | benchmark.py | 2 |
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 |
