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

[PERF] Fix the perf r2rRunType and pgoRunType argument formats for new flow #108038

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

LoopedBard3
Copy link
Member

Update the perf r2rRunType and pgoRunType argument formats to not include dashes, fixing their passing into the new perf flow added in commit b14e2f5. The issue we were hitting was arguments such as --r2r-run-type being passed the r2rRunType with the dashes, causing it to not correctly get parsed as an argument. (--r2r-run-type --nodynamicpgo was passed instead of --r2r-run-type nodynamicpgo). Also matched the letter casing for both.

…lude dashes, fixing their passing into the new perf flow added in commit b14e2f5.
@LoopedBard3 LoopedBard3 self-assigned this Sep 19, 2024
@LoopedBard3 LoopedBard3 changed the title [PERF] Fixthe perf r2rRunType and pgoRunType argument formats for new flow [PERF] Fix the perf r2rRunType and pgoRunType argument formats for new flow Sep 19, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

@caaavik-msft caaavik-msft merged commit b450821 into dotnet:main Sep 20, 2024
18 checks passed
@LoopedBard3 LoopedBard3 deleted the PerfFixR2rAndNoDynamicPgo branch September 25, 2024 17:06
caaavik-msft pushed a commit to caaavik-msft/runtime that referenced this pull request Sep 26, 2024
…lude dashes, fixing their passing into the new perf flow added in commit b14e2f5. (dotnet#108038)
sirntar pushed a commit to sirntar/runtime that referenced this pull request Sep 30, 2024
…lude dashes, fixing their passing into the new perf flow added in commit b14e2f5. (dotnet#108038)
jeffschwMSFT added a commit that referenced this pull request Oct 4, 2024
…tests (#108412)

* backport #105451 to release/9.0

* Update the perf r2rRunType and pgoRunType argument formats to not include dashes, fixing their passing into the new perf flow added in commit b14e2f5. (#108038)

* Pass ScenarioArgs for scenario projects

---------

Co-authored-by: Parker Bibus <[email protected]>
Co-authored-by: Jeff Schwartz <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Oct 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants