Skip to content
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