-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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] Move performance testing YAML from dotnet/runtime to dotnet/performance #111454
[PERF] Move performance testing YAML from dotnet/runtime to dotnet/performance #111454
Conversation
Tagging subscribers to this area: @hoyosjs |
If we're already making changes to this YAML, could we consider moving the YAMLs out of the coreclr folder as the perf jobs run non-coreclr perf testing as well? We'd need to have two copies of the YAML and move the pipeline definition before we could clean up, but if there's a time to do this, it's now. |
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.
General high level functionality check seems to look good to me, will take a closer look at changes individually soon.
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.
Copilot reviewed 12 out of 23 changed files in this pull request and generated 2 comments.
Files not reviewed (11)
- eng/pipelines/coreclr/perf-wasm-jobs.yml: Language not supported
- eng/pipelines/coreclr/perf.yml: Language not supported
- eng/pipelines/coreclr/perf_slow.yml: Language not supported
- eng/pipelines/coreclr/templates/build-and-run-perf-ios-scenarios.yml: Language not supported
- eng/pipelines/coreclr/templates/perf-job.yml: Language not supported
- eng/pipelines/coreclr/templates/perf-send-to-helix.yml: Language not supported
- eng/pipelines/coreclr/templates/run-performance-job.yml: Language not supported
- eng/pipelines/coreclr/templates/run-scenarios-job.yml: Language not supported
- eng/pipelines/common/evaluate-default-paths.yml: Evaluated as low risk
- eng/pipelines/performance/templates/perf-wasm-build-jobs.yml: Evaluated as low risk
- eng/pipelines/performance/templates/perf-arm64-build-jobs.yml: Evaluated as low risk
eng/pipelines/performance/templates/perf-ios-scenarios-build-jobs.yml
Outdated
Show resolved
Hide resolved
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.
It seems there may be a handful of testing changes to still revert, but overall, I think this looks good, especially if we have tests already completed demonstrating End 2 End functionality working. Will approve once the few comments I left are solved 👍.
…ents to pipelines which will be deleted in next PR.
…ces to correct values.
The PR in the dotnet/performance repository has been merged in. I will be merging this in once I have validated that it's looking all good. I've also triggered a re-run of the pipelines from the dotnet/runtime repository against the dotnet/performance main branch so will wait for those to complete too. |
* main: (30 commits) JIT: Optimize bit-wise AND with a constant mask in combination with a left shift in a compare (dotnet#111979) Change how we build the cross-OS DAC to support building in the VMR (dotnet#111927) Add Windows Server 2025 to test configurations (dotnet#111938) [PERF] Move performance testing YAML from dotnet/runtime to dotnet/performance (dotnet#111454) arm64: Add support for Bitwise OR NOT & XOR NOT (dotnet#111893) JIT: Fix cross crossgen comparison failures (dotnet#112078) Bump `StyleCop.Analyzers` to `1.2.0-beta.556` (dotnet#111278) Remove `RequiresProcessIsolation` on InterfaceFolding tests (dotnet#112098) Use hardlinks in helixpublishwitharcade (dotnet#112091) Update breaking change rules regarding byref/objref fields. (dotnet#112087) [daccess] Do not use USE_DAC_TABLE_RVA on Apple platforms (dotnet#112076) use collection syntax in illink (dotnet#108458) Include PDB for all TfmRuntimeSpecificPackageFile (dotnet#111879) [main] Update dependencies from dotnet/emsdk (dotnet#111690) Enable Mono tests (dotnet#111981) Let the debugger knows DATAS is on (dotnet#107115) Tests ran counter (dotnet#111145) Some System.Decimal performance improvements (dotnet#99212) [mono][mini] Remove support for the Xamarin.iOS and Xamarin.Mac assemblies in the AOT compiler. (dotnet#108886) Remove one usage of `Unsafe.AsPointer`. (dotnet#112079) ...
This PR implements the dotnet/runtime portion of the work to move the performance testing YAML to the dotnet/performance repository. Please refer to the corresponding issue in the dotnet/performance repository for more information about these changes: dotnet/performance#4639