Added performance testing for the limit of a machine

Change-Id: Ie8abc4b0514e0e153f497125bbe156341ae8e9a5
Signed-off-by: schillinge <ablu@mail.uni-paderborn.de>
diff --git a/setup.py b/setup.py
index 5bab406..7442fda 100755
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,8 @@
           'flake8',
           # fixes: https://github.com/pytest-dev/pytest/issues/4770
           'more-itertools<=5.0.0',
-          'jinja2'
+          'jinja2',
+          'psutil'
       ],
       zip_safe=False,
       entry_points={