Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EgorBot for AaronRobinsonMSFT in #109996 #164

Open
EgorBot opened this issue Nov 20, 2024 · 2 comments
Open

EgorBot for AaronRobinsonMSFT in #109996 #164

EgorBot opened this issue Nov 20, 2024 · 2 comments

Comments

@EgorBot
Copy link
Owner

EgorBot commented Nov 20, 2024

Processing dotnet/runtime#109996 (comment) command:

Command

-x64 -arm64 -profiler

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
Copy link
Owner Author

EgorBot commented Nov 20, 2024

❌ Failed on AwsGraviton4: Job failed, see logs.

cc @AaronRobinsonMSFT (logs)

@EgorBot
Copy link
Owner Author

EgorBot commented Nov 20, 2024

❌ Failed on AzureIceLake: Job failed, see logs.

cc @AaronRobinsonMSFT (logs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant