EgorBot / runtime-utils

MIT License
0 stars 1 forks source link

EgorBot for AaronRobinsonMSFT in #109996 #163

Open EgorBot opened 2 days ago

EgorBot commented 2 days ago

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

Command -intel -arm64 -perf ``` using System; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Running; BenchmarkRunner.Run(args: args); 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: Job failed, see logs.

cc @AaronRobinsonMSFT (logs)

EgorBot commented 2 days ago

❌ Failed on AzureIceLake: Job failed, see logs.

cc @AaronRobinsonMSFT (logs)