From 0ab7340e571ea7472018a67e6a0d5dad614eccb4 Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 9 Jul 2017 11:14:29 -0300 Subject: [benchmarks] separate memory sampling from cpu measurement --- testing/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/tox.ini') 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] -- cgit v1.2.3