summaryrefslogtreecommitdiff
path: root/testing/tests/perf/conftest.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/conftest.py
parent2458336f0bc1828a90e36b58b18a598a38f7c81a (diff)
[test] use tags for selecting benchmark tests
Diffstat (limited to 'testing/tests/perf/conftest.py')
-rw-r--r--testing/tests/perf/conftest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/tests/perf/conftest.py b/testing/tests/perf/conftest.py
index 38210b4a..0700f1e2 100644
--- a/testing/tests/perf/conftest.py
+++ b/testing/tests/perf/conftest.py
@@ -26,9 +26,6 @@ server.ensure_server()
def pytest_addoption(parser):
parser.addoption(
- "--couch-url", type="string", default="http://127.0.0.1:5984",
- help="the url for the couch server to be used during tests")
- parser.addoption(
"--num-docs", type="int", default=100,
help="the number of documents to use in performance tests")