Process idle local exec support + added web benchmarks#56
Merged
Conversation
added 3 commits
May 5, 2026 16:20
…n. Need to restart only once as it can't continue a scenario mid way through. Speedometer - added speedometer benchmark webxprt - added webxprt benchmark
…o use app_scenario's dut_reboot so it will handle the case for local execution
… Added version parameter so user can choose which version of benchmark they want to test speedometer - added a delay between start of test and trying to get result for better power efficiency.
jewilder
approved these changes
May 6, 2026
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
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.
updated process idle task to handle the case for local execution we want the dut to only restart once so it can continue with the next scenarios. So, if local execution is set then we override the loops of process idle task to 1.
Created webxprt and speedometer benchmarks.