From 6a3fd4e40236b37399720d5620afd12ddbe2168c Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 30 Jun 2017 11:48:35 -0300 Subject: [test] change memory sampling interval to 0.1 on benchmarks --- testing/tests/benchmarks/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests/benchmarks/conftest.py') diff --git a/testing/tests/benchmarks/conftest.py b/testing/tests/benchmarks/conftest.py index cfad458a..4dbc4377 100644 --- a/testing/tests/benchmarks/conftest.py +++ b/testing/tests/benchmarks/conftest.py @@ -88,7 +88,7 @@ def txbenchmark_with_setup(monitored_benchmark_with_setup): class ResourceWatcher(threading.Thread): - sampling_interval = 1 + sampling_interval = 0.1 def __init__(self): threading.Thread.__init__(self) -- cgit v1.2.3