diff options
Diffstat (limited to 'bench.py')
| -rwxr-xr-x | bench.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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") |
