-
Couldn't load subscription status.
- Fork 1
Open
Description
Processing dotnet/runtime#120633 (comment) command:
Command
-windows_x64
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)
Metadata
Metadata
Assignees
Labels
No labels