Skip to content
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

Improve the wikipedia track. #458

Merged
merged 4 commits into from
Sep 28, 2023

Conversation

afoucret
Copy link
Contributor

@afoucret afoucret commented Sep 21, 2023

Change the way search are executed. We are now using a time period of 5 minutes instead of a fixed number of execution.
This allows to get more reliable results.

@afoucret afoucret requested a review from jimczi September 21, 2023 09:03
@saikatsarkar056 saikatsarkar056 self-requested a review September 27, 2023 14:27
},
}
}
except StopIteration:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-blocking question: Do we see any exception for this part? Does this happen due to long running of the benchmark?

@@ -40,14 +40,12 @@
{
"name": "default-search-application-search",
"operation-type": "raw-request",
"param-source": "search-application-search-param-source",
"iterations": {{search_iterations | default(100000)}}
Copy link

@saikatsarkar056 saikatsarkar056 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-blocking question: Can you please explain why we remove the iterations attribute?

@saikatsarkar056
Copy link

The change looks good to me. I have some non-blocking questions.

@afoucret afoucret merged commit b69f047 into elastic:master Sep 28, 2023
inqueue pushed a commit to inqueue/rally-tracks that referenced this pull request Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants