EgorBot / runtime-utils

MIT License
0 stars 1 forks source link

EgorBot for AaronRobinsonMSFT in #109996 #164

Open EgorBot opened 2 days ago

EgorBot commented 2 days ago

Processing https://github.com/dotnet/runtime/pull/109996#issuecomment-2487285911 command:

Command -x64 -arm64 -profiler ```cs using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Running; public class Bench { struct S; [Benchmark] public Type Nested() => typeof(S).DeclaringType; [Benchmark] public Type NotNested() => typeof(Bench).DeclaringType; [Benchmark] public Type RefElementType() => typeof(Bench[]).GetElementType(); [Benchmark] public Type ValueElementType() => typeof(S[]).GetElementType(); } ```

(EgorBot will reply in this issue)

EgorBot commented 2 days ago

❌ Failed on AwsGraviton4: Job failed, see logs.

cc @AaronRobinsonMSFT (logs)

EgorBot commented 2 days ago

❌ Failed on AzureIceLake: Job failed, see logs.

cc @AaronRobinsonMSFT (logs)