aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-09-11 15:35:33 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-09-11 15:35:33 +0200
commit4c1f4b58107d82e726cc3ae45db1b74cb4475db9 (patch)
treefbaaeb5e07cce957d4b15e635b92a03c002e9686
parent8fffdfc3c995b46552a0e764efd7890ca1492b41 (diff)
downloadallocbench-4c1f4b58107d82e726cc3ae45db1b74cb4475db9.tar.gz
allocbench-4c1f4b58107d82e726cc3ae45db1b74cb4475db9.zip
add runs to benchmark facts
-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='')