Hey,
So I'm testing ..NET Core 3.0.0 Preview 1 on a debian/buster ARM64 and running a simple HelloWorld with dotnet takes more than 1 seconds while running the exact same program with mono takes 0.15s
Is there any known performance issue when running on ARM64?
Output of dotnet --info:
3.0.100-preview-009812
xoofx@rpi3:~$ dotnet --info
.NET Core SDK (reflecting any global.json):
Version: 3.0.100-preview-009812
Commit: e3abf6e935
Runtime Environment:
OS Name: debian
OS Version:
OS Platform: Linux
RID: debian-arm64
Base Path: /home/xoofx/dotnet/sdk/3.0.100-preview-009812/
Host (useful for support):
Version: 3.0.0-preview-27122-01
Commit: 00c5c8bc40
.NET Core SDKs installed:
3.0.100-preview-009812 [/home/xoofx/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.App 3.0.0-preview-18579-0056 [/home/xoofx/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.0.0-preview-27122-01 [/home/xoofx/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
Hey,
So I'm testing ..NET Core 3.0.0 Preview 1 on a debian/buster ARM64 and running a simple HelloWorld with dotnet takes more than 1 seconds while running the exact same program with mono takes 0.15s
Is there any known performance issue when running on ARM64?
Output of
dotnet --info: