Skip to content

Commit ce4c8c3

Browse files
Disable query benchmarking for PMC/defaults
With this commit we disable query benchmarking for the `pmc` track and the `defaults` car because scroll queries take up a lot of time recently and we don't show it in the graphs (because we use the results from the `4gheap` car for that). This lets our nightly benchmark take up a lot of time. In parallel we will investigate why scroll is so slow recently and will reenable query benchmarking again after we found out. Relates elastic#19
1 parent 5851c14 commit ce4c8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

night_rally.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
]
3939

4040
tracks["pmc"] = [
41-
["append-no-conflicts", "defaults"],
41+
["append-no-conflicts-index-only", "defaults"],
4242
["append-no-conflicts", "4gheap"],
4343
["append-fast-no-conflicts", "4gheap"],
4444
["append-fast-with-conflicts", "4gheap"],

0 commit comments

Comments
 (0)