From 85987eda7c338fd0d73a7f7d3e51a405e1ac66f4 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 22 Aug 2019 19:15:51 +0200 Subject: remove old not used statistic fields from results dictionary --- src/benchmark.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/benchmark.py') 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": {}} } -- cgit v1.2.3