start elasticsearch with benchmarking enabled

This commit is contained in:
Honza Král
2014-04-23 23:55:52 +02:00
parent 71176d5595
commit 3173e06ec1
+1 -1
View File
@@ -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