aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench.py')
-rwxr-xr-xbench.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bench.py b/bench.py
index 6e36d5b..bbea7c3 100755
--- a/bench.py
+++ b/bench.py
@@ -77,6 +77,9 @@ def main():
subprocess.run(make_cmd)
+ # collect facts
+ src.facter.collect_facts()
+
# Default allocator definition file
allocators_file = os.path.join("build", "allocators", "allocators.py")