aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/__init__.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-08-27 16:54:17 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-08-27 16:54:17 +0200
commit93e3aac6315c17a74e63f02053a3e8e2e6b21928 (patch)
tree6f1c22dff617e05807a88c107389654cbaf7d090 /src/benchmarks/__init__.py
parentce532bbe9c03e52f80d263ea02038e9b81696e89 (diff)
downloadallocbench-93e3aac6315c17a74e63f02053a3e8e2e6b21928.tar.gz
allocbench-93e3aac6315c17a74e63f02053a3e8e2e6b21928.zip
improve benchmark code quality using pylint
The description Benchmark member is replaced with class docstrings
Diffstat (limited to 'src/benchmarks/__init__.py')
-rw-r--r--src/benchmarks/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/benchmarks/__init__.py b/src/benchmarks/__init__.py
index e69de29..7117bb2 100644
--- a/src/benchmarks/__init__.py
+++ b/src/benchmarks/__init__.py
@@ -0,0 +1 @@
+"""allocbench benchmark definitions"""