-
Notifications
You must be signed in to change notification settings - Fork 181
Add big5 to IT Suite #3822
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
Add big5 to IT Suite #3822
Conversation
Signed-off-by: Lantao Jin <ltjin@amazon.com>
Signed-off-by: Lantao Jin <ltjin@amazon.com>
Signed-off-by: Lantao Jin <ltjin@amazon.com>
Signed-off-by: Lantao Jin <ltjin@amazon.com>
dai-chen
left a comment
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.
The target of this IT suite is displaying the end-to-end execution times
I think this is benchmark instead of IT right? If so, we may put all these into benchmarks module?
Unlike jmh micro-benchmark, Big5 Suite requires a remote cluster to be launched, so it located in integ-test module, or we have to move the |
* Add big5 to IT Suite Signed-off-by: Lantao Jin <ltjin@amazon.com> * ignore client error Signed-off-by: Lantao Jin <ltjin@amazon.com> * add tq1 Signed-off-by: Lantao Jin <ltjin@amazon.com> * refactor and ppl rewriting Signed-off-by: Lantao Jin <ltjin@amazon.com> * update the relevance queries Signed-off-by: Lantao Jin <ltjin@amazon.com> --------- Signed-off-by: Lantao Jin <ltjin@amazon.com> (cherry picked from commit d94e4de) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add big5 to IT Suite * ignore client error * add tq1 * refactor and ppl rewriting * update the relevance queries --------- (cherry picked from commit d94e4de) Signed-off-by: Lantao Jin <ltjin@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Add big5 (https://github.com/opensearch-project/opensearch-benchmark-workloads/tree/main/big5/queries) to PPL IT suite.
Only one documentation in big5 index. The target of this IT suite is displaying the end-to-end execution times (analyzing + optimizing + codegen + compiling).
It prints the end2end execution times, on my laptop is:
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.