aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-08-22 19:15:51 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-08-22 19:15:51 +0200
commit85987eda7c338fd0d73a7f7d3e51a405e1ac66f4 (patch)
tree9e1e663d1b8da973a17fb3d9998ec8e33e78a472
parent326511906e3587e0f5590aa3e23a7109e9170010 (diff)
downloadallocbench-85987eda7c338fd0d73a7f7d3e51a405e1ac66f4.tar.gz
allocbench-85987eda7c338fd0d73a7f7d3e51a405e1ac66f4.zip
remove old not used statistic fields from results dictionary
-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": {}}
}