aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/benchmark.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index c5e96c9..4d34221 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -294,6 +294,8 @@ class Benchmark:
# save one valid result to expand invalid results
valid_result = {}
+ self.fatcs["runs"] = runs
+
n = len(list(self.iterate_args())) * len(self.allocators)
for run in range(1, runs + 1):
print_status(run, ". run", sep='')