-
Notifications
You must be signed in to change notification settings - Fork 188
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
Conversation
}, | ||
} | ||
} | ||
except StopIteration: |
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.
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)}} |
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.
Non-blocking question: Can you please explain why we remove the iterations attribute?
The change looks good to me. I have some non-blocking questions. |
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.