Skip to content

Commit

Permalink
Explicitly set default challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Jan 16, 2017
1 parent fbdc7e3 commit 8c54e37
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions geonames/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
{
"name": "append-no-conflicts",
"description": "Indexes the whole document corpus using Elasticsearch default settings. We only adjust the number of replicas as we benchmark a single node cluster and Rally will only start the benchmark if the cluster turns green. Document ids are unique so all index operations are append only. After that a couple of queries are run.",
"default": true,
"index-settings": {
"index.number_of_replicas": 0
},
Expand Down
1 change: 1 addition & 0 deletions geopoint/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
{
"name": "append-no-conflicts",
"description": "Indexes the whole document corpus using Elasticsearch default settings. We only adjust the number of replicas as we benchmark a single node cluster and Rally will only start the benchmark if the cluster turns green. Document ids are unique so all index operations are append only. After that a couple of queries are run.",
"default": true,
"index-settings": {
"index.number_of_replicas": 0
},
Expand Down
1 change: 1 addition & 0 deletions logging/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
{
"name": "append-no-conflicts",
"description": "Indexes the whole document corpus using Elasticsearch default settings. We only adjust the number of replicas as we benchmark a single node cluster and Rally will only start the benchmark if the cluster turns green. Document ids are unique so all index operations are append only. After that a couple of queries are run.",
"default": true,
"index-settings": {
"index.number_of_replicas": 0
},
Expand Down
1 change: 1 addition & 0 deletions nyc_taxis/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
{
"name": "append-no-conflicts",
"description": "Indexes the whole document corpus using a setup that will lead to a larger indexing throughput than the default settings and produce a smaller index (higher compression rate). Document ids are unique so all index operations are append only. After that a couple of queries are run.",
"default": true,
"index-settings": {
"index.number_of_shards": 1,
"index.codec": "best_compression",
Expand Down
1 change: 1 addition & 0 deletions percolator/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
{
"name": "append-no-conflicts",
"description": "Indexes the whole document corpus using Elasticsearch default settings. We only adjust the number of replicas as we benchmark a single node cluster and Rally will only start the benchmark if the cluster turns green and we want to ensure that we don't use the query cache. Document ids are unique so all index operations are append only. After that a couple of queries are run.",
"default": true,
"index-settings": {
"index.number_of_replicas": 0,
"index.queries.cache.enabled": false
Expand Down
1 change: 1 addition & 0 deletions pmc/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
{
"name": "append-no-conflicts",
"description": "Indexes the whole document corpus using Elasticsearch default settings. We only adjust the number of replicas as we benchmark a single node cluster and Rally will only start the benchmark if the cluster turns green. Document ids are unique so all index operations are append only. After that a couple of queries are run.",
"default": true,
"index-settings": {
"index.number_of_replicas": 0
},
Expand Down
1 change: 1 addition & 0 deletions tiny/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
{
"name": "append-no-conflicts",
"description": "Indexes the whole document corpus using Elasticsearch default settings. We only adjust the number of replicas as we benchmark a single node cluster and Rally will only start the benchmark if the cluster turns green. Document ids are unique so all index operations are append only. After that a couple of queries are run.",
"default": true,
"index-settings": {
"index.number_of_replicas": 0
},
Expand Down

0 comments on commit 8c54e37

Please sign in to comment.