Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-12 | [feature] make _crypto stream on decryption | Victor Shyba | |
We are already doing this on encryption, now we can stream also from decryption. This unblocks the reactor and will be valuable for blobs-io. | |||
2016-12-12 | [tests] fixes test_crypto bench | Victor Shyba | |
encrypt returns a deferred and needs the adapted benchmark runner. | |||
2016-12-12 | [tests] use options instead of marks | Victor Shyba | |
When we use marks the new pytests from benchmarks folder are collected and ignored, but this causes trial to fail sometimes. Using --ignore avoids it from being loaded while --benchmark-only will properly select the benchmarks for tox, as intended. | |||
2016-12-12 | [test] rename benchmark tests directory and tag | drebs | |