Open
Description
Processing dotnet/runtime#111134 (comment) command:
Command
-windows_intel
using System;
using System.Runtime.CompilerServices;
using BenchmarkDotNet.Attributes;
public class Bench
{
[MethodImpl(MethodImplOptions.NoInlining)]
internal Type M<T>() => typeof(T);
[Benchmark]
public Type GenericTypeOf() => M<string>();
}
(EgorBot will reply in this issue)
Metadata
Metadata
Assignees
Labels
No labels