We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Processing dotnet/runtime#109996 (comment) 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)
The text was updated successfully, but these errors were encountered:
❌ Failed on AwsGraviton4: Job failed, see logs.
cc @AaronRobinsonMSFT (logs)
Sorry, something went wrong.
❌ Failed on AzureIceLake: Job failed, see logs.
No branches or pull requests
Processing dotnet/runtime#109996 (comment) command:
Command
-x64 -arm64 -profiler
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered: