Skip to content

Commit 2e2b09d

Browse files
Temporarily disable percolator
With this commit temporarily disable percolator for our nightly benchmarking runs due to elastic#24317 which gives us time to fix the track properly. Relates elastic#24317
1 parent 3029e15 commit 2e2b09d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

night_rally.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
["append-no-conflicts-index-only", "verbose_iw"]
2626
]
2727

28-
tracks["percolator"] = [
29-
["append-no-conflicts", "4gheap"]
30-
]
28+
# temporarily disabled due to https://github.com/elastic/elasticsearch/pull/24317
29+
# tracks["percolator"] = [
30+
# ["append-no-conflicts", "4gheap"]
31+
# ]
3132

3233
tracks["geopoint"] = [
3334
["append-no-conflicts", "defaults"],

0 commit comments

Comments
 (0)