Skip to content

Add .NET 9 to 10 performance reports #4889

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

Merged
merged 9 commits into from
Jul 17, 2025
10 changes: 10 additions & 0 deletions reports/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# .NET 9 to .NET 10 Performance Regression Reports

This directory contains reports detailing performance regressions that occurred between .NET 9 and .NET 10. Below is a list of the available reports. Please note that some linked commits may not be the exact commit reponsible, but were a best guess at the likely commit given the range of commits that the regression occurred in.

- [CoreCLR x64 Windows](./windows-x64-tiger_changepoint_report.md)
- [CoreCLR x64 Linux](./linux-x64-tiger_changepoint_report.md)
- [CoreCLR Arm64 Linux](./linux-arm64-ampere_changepoint_report.md)
- [Mono x64 Linux](./linux-mono-tiger_changepoint_report.md)
- [MonoAOT Arm64 Linux](./linux-monoaot-ampere_changepoint_report.md)
- [WASM x64 Linux](./linux-wasm-tiger_changepoint_report.md)
820 changes: 820 additions & 0 deletions reports/linux-arm64-ampere_changepoint_report.md

Large diffs are not rendered by default.

1,670 changes: 1,670 additions & 0 deletions reports/linux-mono-tiger_changepoint_report.md

Large diffs are not rendered by default.

1,112 changes: 1,112 additions & 0 deletions reports/linux-monoaot-ampere_changepoint_report.md

Large diffs are not rendered by default.

251 changes: 251 additions & 0 deletions reports/linux-wasm-tiger_changepoint_report.md

Large diffs are not rendered by default.

1,144 changes: 1,144 additions & 0 deletions reports/linux-x64-tiger_changepoint_report.md

Large diffs are not rendered by default.

1,007 changes: 1,007 additions & 0 deletions reports/windows-x64-tiger_changepoint_report.md

Large diffs are not rendered by default.

Loading