aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/benchmark.py2
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": {}}
}