Processing dotnet/runtime#120674 (comment) command:
Command
-intel
using System.Reflection;
using BenchmarkDotNet.Attributes;
public class Bench
{
static AssemblyName an = typeof(object).Assembly.GetName();
[Benchmark]
public byte[] GetPublicKeyToken() => ((AssemblyName)an.Clone()).GetPublicKeyToken();
}
(EgorBot will reply in this issue)