diff options
author | drebs <drebs@leap.se> | 2017-04-25 17:57:25 +0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-04-27 10:02:20 +0200 |
commit | c08083e9dfd38f93eb67d234e85b47efa211045c (patch) | |
tree | 7c2a9f1316c6622bb2882c796f0adb0caee59938 /testing/tox.ini | |
parent | 48dd87ab8ad077e5913c0cddd5bfb9badd9dcc35 (diff) |
[test] measure cpu percentage during benchmark
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index 7d38a16c..f2119a15 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -63,6 +63,8 @@ install_command = pip3 install {opts} {packages} [testenv:benchmark] deps = {[testenv]deps} + psutil + numpy #pytest-benchmark>=3.1.0a2 git+https://github.com/ionelmc/pytest-benchmark.git@master elasticsearch |