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