aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-07-13 17:17:20 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-07-13 17:17:20 +0200
commit0825b2b53406bb4acf9d3857a1f846efa845877e (patch)
tree72b43dcaf0c3d7d0b9f7028553c2bf71f8a4b3df /bench.py
parent20eb9d1661c058476f80728b92956a76f035a27d (diff)
downloadallocbench-0825b2b53406bb4acf9d3857a1f846efa845877e.tar.gz
allocbench-0825b2b53406bb4acf9d3857a1f846efa845877e.zip
[refactoring] fix or ignore many pylint hints
* Add missing docstrings * Remove unused imports * fix line-to-long * fix some typos * ignore global-statement * ignore wrong-import-order for scripts under /scripts
Diffstat (limited to 'bench.py')
-rwxr-xr-xbench.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench.py b/bench.py
index e43ad1c..a234544 100755
--- a/bench.py
+++ b/bench.py
@@ -69,6 +69,7 @@ def check_dependencies():
def main():
+ """Main entry point for an allocbench benchmark run"""
check_dependencies()
parser = argparse.ArgumentParser(description="benchmark memory allocators")