diff options
author | drebs <drebs@leap.se> | 2016-10-03 19:27:42 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-10-03 19:27:42 -0300 |
commit | 4e06eb370b99f2d343e96f774a3ad9b8b77c9548 (patch) | |
tree | 749fd8131c31a562168978de27e7efd45b696364 /testing/tests/perf/conftest.py | |
parent | e13aefd14e82794622613802733713c6226e1d59 (diff) |
[feature] check for user dbs couch schema versions
Diffstat (limited to 'testing/tests/perf/conftest.py')
-rw-r--r-- | testing/tests/perf/conftest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/perf/conftest.py b/testing/tests/perf/conftest.py index 3681025f..5ac1f3c0 100644 --- a/testing/tests/perf/conftest.py +++ b/testing/tests/perf/conftest.py @@ -193,8 +193,8 @@ def soledad_server(tmpdir_factory, request): def txbenchmark(benchmark): def blockOnThread(*args, **kwargs): return threads.deferToThread( - benchmark, threads.blockingCallFromThread, - reactor, *args, **kwargs) + benchmark, threads.blockingCallFromThread, + reactor, *args, **kwargs) return blockOnThread |