[avocado-misc] Perf: Use the built perf binary [depends on https://github.com/avocado-framework/avocado/pull/6272]#3087
Open
Sumitupadhyay1 wants to merge 1 commit intoavocado-framework-tests:masterfrom
Conversation
85b18e8 to
744bff9
Compare
- Introduced support for specifying a custom perf binary path. - Updated perf test scripts to use ensure_tool() from distro_packages for handling dependent packages when a perf binary path is provided. - Added corresponding .data/ YAML files for test configuration. - Integrated perf tests into CI pipeline for consistency. Signed-off-by: Sumit Kumar <sumitkum@amd.com>
744bff9 to
105e34b
Compare
Contributor
Author
|
@nasastry, could you please review this pull request. |
Member
|
@PraveenPenguin can you please let us know if |
Member
|
@PraveenPenguin can you also please help with moving forward on avocado-framework/avocado#6272 ? |
Contributor
Author
|
@nasastry, could you please review this pull request and get it merged to the upstream. |
Contributor
Author
|
@nasastry, could you please review this pull request and let me know if any changes required. |
1 similar comment
Contributor
Author
|
@nasastry, could you please review this pull request and let me know if any changes required. |
Member
sure @narasimhan-v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
for dependency handling when a custom binary path is provided.
to ensure consistency and reproducibility across environments.
Note:
[avocado-utils] : add validation for perf binary in ensure_tool() avocado-framework/avocado#6272