summaryrefslogtreecommitdiff
path: root/testing/tests/perf/test_sync.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_sync.py
parent2458336f0bc1828a90e36b58b18a598a38f7c81a (diff)
[test] use tags for selecting benchmark tests
Diffstat (limited to 'testing/tests/perf/test_sync.py')
-rw-r--r--testing/tests/perf/test_sync.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/tests/perf/test_sync.py b/testing/tests/perf/test_sync.py
index 1bf6cc21..9bb20389 100644
--- a/testing/tests/perf/test_sync.py
+++ b/testing/tests/perf/test_sync.py
@@ -1,5 +1,7 @@
import pytest
+pytestmark = pytest.mark.perf
+
@pytest.inlineCallbacks
def load_up(client, amount, payload):