summaryrefslogtreecommitdiff
path: root/testing/tox.ini
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-07-09 11:14:29 -0300
committerdrebs <drebs@leap.se>2017-07-09 11:14:29 -0300
commit0ab7340e571ea7472018a67e6a0d5dad614eccb4 (patch)
tree456d1f6dca9e507bd834259195d8448aa682a9f1 /testing/tox.ini
parent2bc92608cb41acb852a77270326c2a51fecc82bb (diff)
[benchmarks] separate memory sampling from cpu measurement
Diffstat (limited to 'testing/tox.ini')
-rw-r--r--testing/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tox.ini b/testing/tox.ini
index 88b27d48..5bfb8c50 100644
--- a/testing/tox.ini
+++ b/testing/tox.ini
@@ -76,9 +76,9 @@ commands =
# we must make sure that installed pysqlcipher was built with the HAVE_USLEEP
# flag, or we might have problems with concurrent db access.
./ensure-pysqlcipher-has-usleep.sh
-# run benchmarks twice: once for time and a second time for resources
+# run benchmarks twice: once for time and cpu and a second time for memory
py.test --benchmark-only {posargs}
- py.test --benchmark-only --watch-resources {posargs}
+ py.test --benchmark-only --watch-memory {posargs}
passenv = HOST_HOSTNAME
[testenv:code-check]