Open
Description
Processing dotnet/runtime#116324 (comment) command:
Command
-intel -arm
using System.Runtime.InteropServices;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
BenchmarkSwitcher.FromAssembly(typeof(Bench).Assembly).Run(args);
public class Bench
{
private readonly Type _type = typeof(IFoo);
[Benchmark]
public Guid GetGUID() => _type.GUID;
}
[Guid("1DB7A2FC-9CB3-4A95-BEED-758C77F7715B")]
public interface IFoo;
(EgorBot will reply in this issue)
Metadata
Metadata
Assignees
Labels
No labels