-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels