diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2016-09-18 00:26:45 -0300 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2016-11-18 15:55:52 -0300 |
commit | 9cde27c4da477aef3e049c49bff1ac917eb51123 (patch) | |
tree | 60ea2889bfa7b4c3aa63e3ca2a51f9940f9c5737 /testing/tests/perf/test_sync.py | |
parent | 9b7623637439ce09ee8dbf8c8f4fb19f6c51b396 (diff) |
[refactor] remove decpool
It's not being used
Diffstat (limited to 'testing/tests/perf/test_sync.py')
-rw-r--r-- | testing/tests/perf/test_sync.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/tests/perf/test_sync.py b/testing/tests/perf/test_sync.py index 4d42395b..0b48a0b9 100644 --- a/testing/tests/perf/test_sync.py +++ b/testing/tests/perf/test_sync.py @@ -23,8 +23,7 @@ def create_upload(uploads, size): def setup(): return load_up(client, uploads, payload(size)) - yield txbenchmark_with_setup(setup, client.sync, - defer_decryption=False) + yield txbenchmark_with_setup(setup, client.sync) return test |