dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.97k stars 4.66k forks source link

Startup regression on Linux in TE benchmarks #96331

Open EgorBo opened 8 months ago

EgorBo commented 8 months ago

image

aspnet commits: https://github.com/dotnet/aspnetcore/compare/a4950dae5369...3659474fa496 runtime commits: https://github.com/dotnet/runtime/compare/b0ce8a854432...09536ba2fd01

Only Linux is affected (both x64 and arm64) in different benchmarks.

Another R2R issue?

ivdiazsa commented 1 month ago

Seems like the huge startup regression is no longer there, but the first response one remained. Since the latter is small, I wonder if it was by design.

image