aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-04-28 22:54:12 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-04-28 22:54:12 +0200
commit383df3e024a52b6152ae33ae122ec977ac53cec0 (patch)
treea5e9b188a65d3e535dbf9b25e878f970d40426ae
parent680f46b2d51db66ac5028a6a8df7cdf82958bb54 (diff)
downloadallocbench-383df3e024a52b6152ae33ae122ec977ac53cec0.tar.gz
allocbench-383df3e024a52b6152ae33ae122ec977ac53cec0.zip
start moving allocator definitions to src/allocators
-rwxr-xr-xbench.py2
-rw-r--r--src/allocators/installed_allocators.py (renamed from src/allocators.py)0
2 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())
diff --git a/src/allocators.py b/src/allocators/installed_allocators.py
index 26fab5b..26fab5b 100644
--- a/src/allocators.py
+++ b/src/allocators/installed_allocators.py