-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Disable throttling for snapshot builds #137757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Disable throttling for snapshot builds #137757
Conversation
|
Buildkite benchmark this with so-vector please |
| "index.merge.scheduler.auto_throttle", | ||
| true, | ||
| // default to false in snapshot for testing | ||
| isSnapshot == false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turning merge throttling off for snapshot builds is a great start to help us determine the potential impact of this across different benchmarks. 👍
|
Buildkite benchmark this with dense_vector please |
|
Buildkite benchmark this with dense_vector please |
|
@benwtrent The dense vector benchmark is called |
|
Buildkite benchmark this with dense_vector-1n-4g please |
💚 Build Succeeded
This build ran two dense_vector-1n-4g benchmarks to evaluate performance impact of this PR. History |
Some testing...