diff options
Diffstat (limited to 'src/benchmark.py')
| -rw-r--r-- | src/benchmark.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/benchmark.py b/src/benchmark.py index e8caa9d..1cfc5f8 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -92,8 +92,6 @@ class Benchmark (object): self.Perm = namedtuple("Perm", self.args.keys()) default_results = {"args": self.args, - "mean": {alloc: {} for alloc in self.allocators}, - "std": {alloc: {} for alloc in self.allocators}, "allocators": self.allocators, "facts": {"libcs": {}} } |
