runtime: [Perf] [WASM] Regression in dotnet.wasm
Run Information
Architecture | x64 |
---|---|
OS | ubuntu 18.04 |
Baseline | ede3733b1cf5902899e56caf748492ed993c98c8 |
Compare | ce0982256cd83960a97d8745a84e97acc8ebf98d |
Diff | Diff |
Regressions in SOD - Minimum Blazor Template - Publish
Historical Data in Reporting System
Repro
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'SOD - Minimum Blazor Template - Publish*'
Payloads
Baseline Compare
Histogram
SOD - Minimum Blazor Template - Publish
Docs
Profiling workflow for dotnet/runtime repository Benchmarking workflow for dotnet/runtime repository
Architecture | x64 |
---|---|
OS | ubuntu 18.04 |
Baseline | ede3733b1cf5902899e56caf748492ed993c98c8 |
Compare | ce0982256cd83960a97d8745a84e97acc8ebf98d |
Diff | Diff |
Regressions in SOD - Pizza App - Publish
Historical Data in Reporting System
Repro
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'SOD - Pizza App - Publish*'
Payloads
Histogram
SOD - Pizza App - Publish
Docs
Profiling workflow for dotnet/runtime repository Benchmarking workflow for dotnet/runtime repository
Run Information
Architecture | x64 |
---|---|
OS | ubuntu 18.04 |
Baseline | ede3733b1cf5902899e56caf748492ed993c98c8 |
Compare | ce0982256cd83960a97d8745a84e97acc8ebf98d |
Diff | Diff |
Regressions in SOD - New Blazor Template - Publish
Historical Data in Reporting System
Repro
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'SOD - New Blazor Template - Publish*'
Payloads
Histogram
SOD - New Blazor Template - Publish
Docs
Profiling workflow for dotnet/runtime repository Benchmarking workflow for dotnet/runtime repository
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 19 (19 by maintainers)
Found the runtime issue, fix incoming. You will like the result.
I believe that STJ regression is expected, given that the PizzaApp is using
System.Linq.Expressions
. That was the tradeoff we made in mono/linker#2125 to makeSystem.Linq.Expressions
safe to use in a trimmed app.@eerhardt right now all the components are being linked in unconditionally (hot-reload and the debugger) fix coming soon.