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

Fix argument hierarchy in benchmark test workflow. #4924

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

rishabh6788
Copy link
Collaborator

@rishabh6788 rishabh6788 commented Aug 7, 2024

Description

This PR improves argument structuring for benchmark workflow. There are two arguments, benchmark_config and suffix that are common to execute-test and compare sub-parser commands. Moved them to parent parser so that they can be utilized by both commands without duplicating their initialization.
Fixed respective failing tests.

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

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.

@rishabh6788 rishabh6788 merged commit 8f4592d into opensearch-project:main Aug 7, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants