Skip to content

Commit d5a3c1f

Browse files
caaavik-msftDrewScogginsLoopedBard3
authored
Add .NET 9 to 10 performance reports (#4889)
* Create linux-wasm-tiger_changepoint_report.md * Update linux-wasm-tiger_changepoint_report.md * Create linux-monoaot-ampere_changepoint_report.md * Create linux-mono-tiger_changepoint_report.md * Create windows-x64-tiger_changepoint_report.md * Create linux-x64-tiger_changepoint_report.md * Add Arm64 report * Add ranges to MonoAOT and Mono comparison reports. * Add readme and remove extra unneeded info from arm64 report --------- Co-authored-by: Drew Scoggins <[email protected]> Co-authored-by: Parker Bibus <[email protected]>
1 parent 2449c82 commit d5a3c1f

7 files changed

+6014
-0
lines changed

reports/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# .NET 9 to .NET 10 Performance Regression Reports
2+
3+
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.
4+
5+
- [CoreCLR x64 Windows](./windows-x64-tiger_changepoint_report.md)
6+
- [CoreCLR x64 Linux](./linux-x64-tiger_changepoint_report.md)
7+
- [CoreCLR Arm64 Linux](./linux-arm64-ampere_changepoint_report.md)
8+
- [Mono x64 Linux](./linux-mono-tiger_changepoint_report.md)
9+
- [MonoAOT Arm64 Linux](./linux-monoaot-ampere_changepoint_report.md)
10+
- [WASM x64 Linux](./linux-wasm-tiger_changepoint_report.md)

reports/linux-arm64-ampere_changepoint_report.md

Lines changed: 820 additions & 0 deletions
Large diffs are not rendered by default.

reports/linux-mono-tiger_changepoint_report.md

Lines changed: 1670 additions & 0 deletions
Large diffs are not rendered by default.

reports/linux-monoaot-ampere_changepoint_report.md

Lines changed: 1112 additions & 0 deletions
Large diffs are not rendered by default.

reports/linux-wasm-tiger_changepoint_report.md

Lines changed: 251 additions & 0 deletions
Large diffs are not rendered by default.

reports/linux-x64-tiger_changepoint_report.md

Lines changed: 1144 additions & 0 deletions
Large diffs are not rendered by default.

reports/windows-x64-tiger_changepoint_report.md

Lines changed: 1007 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)