From fa133027c5489c66646adfa50fd4659618f443a9 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 11 Sep 2019 17:10:54 +0200 Subject: fix wrong use of benchmark.results["facts"] --- src/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/benchmark.py b/src/benchmark.py index c8e1584..f9b4dfd 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -332,7 +332,7 @@ class Benchmark: # save one valid result to expand invalid results valid_result = {} - self.fatcs["runs"] = runs + self.results["facts"]["runs"] = runs n = len(list(self.iterate_args())) * len(self.allocators) for run in range(1, runs + 1): -- cgit v1.2.3