diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2016-09-16 04:37:20 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-12-12 09:11:58 -0200 |
commit | 1e3de25ce10156655bcb1bc879f5340baa889ead (patch) | |
tree | a92dd971d7795f59946810e949b041a50badbced /testing/tests/perf/test_sync.py | |
parent | ffe15f154541b6f929c569caf07560d117ad5efa (diff) |
[bug] disable decpool
Temporary fix for server streaming
Diffstat (limited to 'testing/tests/perf/test_sync.py')
-rw-r--r-- | testing/tests/perf/test_sync.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/tests/perf/test_sync.py b/testing/tests/perf/test_sync.py index 0b48a0b9..4d42395b 100644 --- a/testing/tests/perf/test_sync.py +++ b/testing/tests/perf/test_sync.py @@ -23,7 +23,8 @@ def create_upload(uploads, size): def setup(): return load_up(client, uploads, payload(size)) - yield txbenchmark_with_setup(setup, client.sync) + yield txbenchmark_with_setup(setup, client.sync, + defer_decryption=False) return test |