aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/benchmark.py2
1 files changed, 1 insertions, 1 deletions
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):