summaryrefslogtreecommitdiff
path: root/testing/tests/perf/test_misc.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-11-17 22:14:51 -0200
committerdrebs <drebs@leap.se>2016-12-12 09:13:09 -0200
commit5294f5b9ae01429e6d0ee75c8dc98441ba760845 (patch)
treec61a11b22a8b1c9d51d1aabc79113b32c123fba8 /testing/tests/perf/test_misc.py
parent3e74de6208c22643b1c063b70d22d352c0409703 (diff)
[test] use tags for selecting benchmark tests
Diffstat (limited to 'testing/tests/perf/test_misc.py')
-rw-r--r--testing/tests/perf/test_misc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/tests/perf/test_misc.py b/testing/tests/perf/test_misc.py
index ead48adf..b45dc04e 100644
--- a/testing/tests/perf/test_misc.py
+++ b/testing/tests/perf/test_misc.py
@@ -1,5 +1,7 @@
import pytest
+pytestmark = pytest.mark.perf
+
@pytest.mark.benchmark(group="test_instance")
def test_initialization(soledad_client, benchmark):