aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench.py')
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index 023614e..685ff80 100755
--- a/bench.py
+++ b/bench.py
@@ -102,7 +102,7 @@ def main():
else:
print_status("Using system-wide installed allocators ...")
# Normal import fails
- importlib.import_module('src.allocators')
+ importlib.import_module('src.allocators.installed_allocators')
print_info("Allocators:", *src.globalvars.allocators.keys())