Skip to content

Commit 0839075

Browse files
authored
Add G1GC benchmarks (elastic#145)
group-1 will have extra 2.5 hours of running time.
1 parent 4e08e0e commit 0839075

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

night_rally/resources/race-configs-group-1.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,38 @@
381381
"challenge": "append-no-conflicts",
382382
"car": "4gheap"
383383
},
384+
{
385+
"name": "nyc_taxis-append-4g-g1gc-3nodes",
386+
"label": "add-4g-3nodes",
387+
"charts": [
388+
"indexing"
389+
],
390+
"challenge": "append-no-conflicts-index-only",
391+
"#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",
392+
"track-params": {
393+
"index_settings": {
394+
"index.number_of_replicas": 1,
395+
"index.number_of_shards": 5
396+
}
397+
},
398+
"car": "4gheap,g1gc",
399+
"runtime-jdk": "13",
400+
"node-count": 3
401+
},
402+
{
403+
"name": "nyc_taxis-append-4g-g1gc-1node",
404+
"label": "add-4g",
405+
"charts": [
406+
"indexing",
407+
"query",
408+
"gc",
409+
"io",
410+
"segment_memory"
411+
],
412+
"challenge": "append-no-conflicts",
413+
"car": "4gheap,g1gc",
414+
"runtime-jdk": "13"
415+
},
384416
{
385417
"name": "nyc_taxis-appendsorted-4g-1node",
386418
"label": "add-sorted-4g",
@@ -433,6 +465,38 @@
433465
"challenge": "append-no-conflicts",
434466
"car": "4gheap"
435467
},
468+
{
469+
"name": "nyc_taxis-append-4g-g1gc-3nodes",
470+
"label": "add-4g-3nodes",
471+
"charts": [
472+
"indexing"
473+
],
474+
"challenge": "append-no-conflicts-index-only",
475+
"#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",
476+
"track-params": {
477+
"index_settings": {
478+
"index.number_of_replicas": 1,
479+
"index.number_of_shards": 5
480+
}
481+
},
482+
"car": "4gheap,g1gc",
483+
"runtime-jdk": "13",
484+
"node-count": 3
485+
},
486+
{
487+
"name": "nyc_taxis-append-4g-g1gc-1node",
488+
"label": "add-4g",
489+
"charts": [
490+
"indexing",
491+
"query",
492+
"gc",
493+
"io",
494+
"segment_memory"
495+
],
496+
"challenge": "append-no-conflicts",
497+
"car": "4gheap,g1gc",
498+
"runtime-jdk": "13"
499+
},
436500
{
437501
"name": "nyc_taxis-appendsorted-4g-1node",
438502
"label": "add-sorted-4g",

0 commit comments

Comments
 (0)