diff options
author | drebs <drebs@leap.se> | 2017-06-30 11:48:35 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-07 21:12:39 +0200 |
commit | 6a3fd4e40236b37399720d5620afd12ddbe2168c (patch) | |
tree | 8ce357b3cdc0f1707eae50a95bbaaaf26a0c84ea /testing/tests/benchmarks/conftest.py | |
parent | 305318a6b2a9cbd638c6c48ce447fb228d7fe47d (diff) |
[test] change memory sampling interval to 0.1 on benchmarks
Diffstat (limited to 'testing/tests/benchmarks/conftest.py')
-rw-r--r-- | testing/tests/benchmarks/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |