summaryrefslogtreecommitdiff
path: root/testing/tests/perf/test_sqlcipher.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-11-17 22:14:51 -0200
committerVictor Shyba <victor1984@riseup.net>2016-11-18 16:15:47 -0300
commitd2c29c8cd0e20d90f88c182b5b6f979109a07bb4 (patch)
tree5059bed98b3f713c5b3da3d03000ba1f2c22ffac /testing/tests/perf/test_sqlcipher.py
parent2458336f0bc1828a90e36b58b18a598a38f7c81a (diff)
[test] use tags for selecting benchmark tests
Diffstat (limited to 'testing/tests/perf/test_sqlcipher.py')
-rw-r--r--testing/tests/perf/test_sqlcipher.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/tests/perf/test_sqlcipher.py b/testing/tests/perf/test_sqlcipher.py
index 39c9e3ad..807af6e9 100644
--- a/testing/tests/perf/test_sqlcipher.py
+++ b/testing/tests/perf/test_sqlcipher.py
@@ -5,6 +5,8 @@ import pytest
from twisted.internet.defer import gatherResults
+pytestmark = pytest.mark.perf
+
def load_up(client, amount, payload, defer=True):
results = [client.create_doc({'content': payload}) for _ in xrange(amount)]