start elasticsearch with benchmarking enabled
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ install:
|
||||
- pip install .
|
||||
|
||||
before_script:
|
||||
- /tmp/elasticsearch/bin/elasticsearch -d -D es.path.data=/tmp -D es.gateway.type=none -D es.index.store.type=memory -D es.discovery.zen.ping.multicast.enabled=false
|
||||
- /tmp/elasticsearch/bin/elasticsearch -d -D es.path.data=/tmp -D es.gateway.type=none -D es.index.store.type=memory -D es.discovery.zen.ping.multicast.enabled=false -Des.node.bench=true
|
||||
|
||||
script:
|
||||
- python setup.py test
|
||||
|
||||
Reference in New Issue
Block a user