Skip to content

Commit

Permalink
Revert Revert Remove G1GC specific benchmarks from race configurations (
Browse files Browse the repository at this point in the history
elastic#253)

This reverts commit 344e872.

Relates elastic#243
Relates elastic#248
Relates elastic#204
  • Loading branch information
hub-cap authored May 11, 2020
1 parent 2f63f84 commit 5f4237e
Showing 1 changed file with 0 additions and 88 deletions.
88 changes: 0 additions & 88 deletions night_rally/resources/race-configs-group-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,50 +382,6 @@
"challenge": "append-no-conflicts",
"car": "4gheap"
},
{
"name": "nyc_taxis-append-4g-g1gc-3nodes",
"label": "add-4g-g1gc-3nodes",
"charts": [
"indexing"
],
"challenge": "append-no-conflicts-index-only",
"#COMMENT": "We need to be a bit more explicit here because nyc_taxis sets a bunch of other index settings as well which we don't want",
"track-params": {
"index_settings": {
"index.number_of_replicas": 1,
"index.number_of_shards": 5
}
},
"car": "4gheap,g1gc",
"runtime-jdk": "14",
"telemetry": ["gc", "heapdump", "jfr", "segment-stats"],
"telemetry-params": {
"recording-template": "profile",
"gc-log-config": "gc*,gc+age=trace,ihop*=trace,gc+heap=trace,gc+humongous=trace,gc+ergo*=trace,safepoint"
},
"on-error": "abort",
"node-count": 3
},
{
"name": "nyc_taxis-append-4g-g1gc-1node",
"label": "add-4g-g1gc",
"charts": [
"indexing",
"query",
"gc",
"io",
"segment_memory"
],
"challenge": "append-no-conflicts",
"car": "4gheap,g1gc",
"runtime-jdk": "14",
"telemetry": ["gc", "heapdump", "jfr", "segment-stats"],
"telemetry-params": {
"recording-template": "profile",
"gc-log-config": "gc*,gc+age=trace,ihop*=trace,gc+heap=trace,gc+humongous=trace,gc+ergo*=trace,safepoint"
},
"on-error": "abort"
},
{
"name": "nyc_taxis-appendsorted-4g-1node",
"label": "add-sorted-4g",
Expand Down Expand Up @@ -478,50 +434,6 @@
"challenge": "append-no-conflicts",
"car": "4gheap"
},
{
"name": "nyc_taxis-append-4g-g1gc-3nodes",
"label": "add-4g-g1gc-3nodes",
"charts": [
"indexing"
],
"challenge": "append-no-conflicts-index-only",
"#COMMENT": "We need to be a bit more explicit here because nyc_taxis sets a bunch of other index settings as well which we don't want",
"track-params": {
"index_settings": {
"index.number_of_replicas": 1,
"index.number_of_shards": 5
}
},
"car": "4gheap,g1gc",
"runtime-jdk": "14",
"telemetry": ["gc", "heapdump", "jfr", "segment-stats"],
"telemetry-params": {
"recording-template": "profile",
"gc-log-config": "gc*,gc+age=trace,ihop*=trace,gc+heap=trace,gc+humongous=trace,gc+ergo*=trace,safepoint"
},
"on-error": "abort",
"node-count": 3
},
{
"name": "nyc_taxis-append-4g-g1gc-1node",
"label": "add-4g-g1gc",
"charts": [
"indexing",
"query",
"gc",
"io",
"segment_memory"
],
"challenge": "append-no-conflicts",
"car": "4gheap,g1gc",
"runtime-jdk": "14",
"telemetry": ["gc", "heapdump", "jfr", "segment-stats"],
"telemetry-params": {
"recording-template": "profile",
"gc-log-config": "gc*,gc+age=trace,ihop*=trace,gc+heap=trace,gc+humongous=trace,gc+ergo*=trace,safepoint"
},
"on-error": "abort"
},
{
"name": "nyc_taxis-appendsorted-4g-1node",
"label": "add-sorted-4g",
Expand Down

0 comments on commit 5f4237e

Please sign in to comment.